doc fixes for ts [level info]Hg-commit: f078b57aa396dfb9d54d70ca355dc97f601a947b
Add Fortran interface to TSSSPSetType()Hg-commit: 6411e351d13fce1d543ae77a091e3a8a69a68eef
Forgot that typename is a C++ keywordHg-commit: 3e2ccd4cc21291e3f71432b263fcec61527acd11
Add TSSSP docs and programmatic interface for TSSSP{Set,Get}{Type,NumStages}Hg-commit: d11f44e88bfa0ed3db4008c2136ae18010343b5f
TSSSP doesn't actually use SNES so take it out of view and setfromoptionsHg-commit: 1647f210ce8b94fff29c41436ae4ac524236e251
each TSView_XX and TSSetFromOptions_XXX call SNESView and SNESSetFromOptions_ if appropriate otherwise not since before TSView and TSSetFromOptions called them even when TSType did not use SNESHg-c
each TSView_XX and TSSetFromOptions_XXX call SNESView and SNESSetFromOptions_ if appropriate otherwise not since before TSView and TSSetFromOptions called them even when TSType did not use SNESHg-commit: 7981d806d1e2750ccf6ed09ccef2533f81d6a48a
show more ...
Big TS change: TSStep() takes only one step, TSSolve is for multiple steps with managed error control/etcHg-commit: da3734c7e570520df81d63781a44a4138a78516d
Add SSP time integration references to TSSSP man pageHg-commit: 4fd025355c9048e04aaa020799f60fbb1a911361
Remove unused variablesHg-commit: 141e12da894b37d4d58ec2e8ea7cbf8e237ffeba
Consistency fixes in TS implementationsHg-commit: d61d4edfbdd9789b60da9ca15a988644c7a12092
Add TSReset(), fix inconsistent refcounting for rhs/lhs matricesHg-commit: 9b1562a6e84669d35c2ab8221a19aa8e9f99560a
PetscFlistFind() now only searches for symbol in libraries and executables if a flag is passed in.Hg-commit: e9a41a3af8b62f34958a6f82c9f34be7616d4faa
Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.hHg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07
removed #define PETSCXXX_DLL from top of all source filesHg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1
more PCReset_XXX() doneKSPDestroy() now zeros the pointerHg-commit: 734a7781b5d7d5bb9df4814d2e579008497bc8d8
fixed .bib entries with Gail's correctionsremoved all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automatically
fixed .bib entries with Gail's correctionsremoved all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automaticallyHg-commit: 0f5bef9ea1fcd7ad8418fab6181ef990ea35c1db
added zeroing of pointer to VecDestroyVecs()Hg-commit: f208dcada3a3f640f354f9a431cecf4c9ce81cd5
moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongsremoved all DLL export/import stuff since it was never used and never will beremoved MatPermuteSparsify() since it sucked.
moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongsremoved all DLL export/import stuff since it was never used and never will beremoved MatPermuteSparsify() since it sucked.Hg-commit: 72f7a5e60333f6c9780d56fcce45657940d16b13
Changed PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOLnote this requires a new sowing versionHg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a
removed many unused variablessmall amount of reformatingadded use of all arguments in MPIUNI call to prevent complaints about unused valuesHg-commit: f1e85e77153d4207c8ab2522ae8e9ec72b7358ec
added MPI_Comm as first argument to PetscError() and SETERRQX()Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e
Modify TSSetPreStep and TSSetPostStep to run every step rather than once per call to TSStep.It was not useful to place these at the start and end of the entiretime-stepping sequence (because the u
Modify TSSetPreStep and TSSetPostStep to run every step rather than once per call to TSStep.It was not useful to place these at the start and end of the entiretime-stepping sequence (because the user might as well have called theirfunctions directly). With these hooks, it is at least possible for theuser to implement IMEX schemes within TS.Hg-commit: 772bf07ee669084a0a1feeeabdadc0153e52d6da
#41456 compile fix for MSHg-commit: 41fa1f5eb649161444708d351caf2ebda910912b
Use explicit cast and drop unused variableHg-commit: 46603648537788588e894452d661377c32a43e0c
Space out list in TSSSP docsHg-commit: b270fc4145cb67a4680caa83c763515af1086765
123456