ts: changed sp plot inputs to PetscReal from PetscScalar
Fixed memory cleanup
ex5: reduce max steps for shorter test time. ts: doc changes for spswarm
Merge branch 'master' into jpusztay/feature-swarm-symplectic-example
ts.c: added documentation to swarm monitor
ex4: cleaned up and formatted outputs
Fixes to ex5
Added SP context to TS and implemented swarm monitor
Merge branch 'pr1287/jpusztay/feature-splitts-subts-dm-inheritance/master' [PR #1287]* pr1287/jpusztay/feature-splitts-subts-dm-inheritance/master:This pull request passes a DM given to a TS to it
Merge branch 'pr1287/jpusztay/feature-splitts-subts-dm-inheritance/master' [PR #1287]* pr1287/jpusztay/feature-splitts-subts-dm-inheritance/master:This pull request passes a DM given to a TS to its sub-tss when split functions are set, so information from the DM may be readily available and used in the splits.
show more ...
Merged in barry/improve-manual (pull request #1289)Fixes for begining of users manual and a variety of webpages including manual pages
Fixes for begining of users manual and a variety of webpages including manual pagesCommit-type: bug-fix, documentation
tsrhssplit.c: Added code to pass dm to sub ts in split
Fixed DM inheritance issue
TSHistory: added API for inquiring time at a given time step
Mark -ts_final_time as deprecated for -ts_max_timeCommit-type: documentationReported-by: Sophie Blondel <sblondel@utk.edu>Thanks-to: Emil Constantinescu <emconsta@mcs.anl.gov>
TS: added interface function to reset the internal trajectory objectthis calls TSTrajectoryDestroy since TSTrajectoryReset may not free diskspaceUpdate examples
TSTrajectory: Few improvements to the interfaceAdded TSTrajectoryGet{UpdatedHistory|}Vecs() to get (possibly interpolating) data at specific timeUpdate output for TSTrajectoryMonitor
TS: added TSHISTORY object that allows to inquire a TSTrajectory by time (as key) and not by time step number only
TS: fix few cases for improper scaling of matrices in Jacobian computationsMake TSGetRHSMats_Private PETSC_INTERN
TSGetStages: make each return argument optional
SNES: add class to solve the transposed linear system within SNES
Merge branch 'barry/fix-check-ierr-before-freechar/maint' [PR #1220]* barry/fix-check-ierr-before-freechar/maint:Add if (*ierr) return checks for all Fortran stubs that utilize FREECHAR()Otherwis
Merge branch 'barry/fix-check-ierr-before-freechar/maint' [PR #1220]* barry/fix-check-ierr-before-freechar/maint:Add if (*ierr) return checks for all Fortran stubs that utilize FREECHAR()Otherwise the ierr is overwritten by the FREECHAR() thus returning a zero error code when it should not
Add if (*ierr) return checks for all Fortran stubs that utilize FREECHAR()Otherwise the ierr is overwritten by the FREECHAR() thus returning a zero error code when it should notCommit-type: bug-f
Add if (*ierr) return checks for all Fortran stubs that utilize FREECHAR()Otherwise the ierr is overwritten by the FREECHAR() thus returning a zero error code when it should notCommit-type: bug-fixReported-by: Tim Steinhoff <kandanovian@gmail.com>
Complete support for individual PETSc objects to use their own options database with PetscObjectSetOptions()Commit-type: feature, exampleReported-by: "Blondel, Sophie" <sblondel@utk.edu>
1...<<11121314151617181920>>...60