TS: Move code from elsewhere to TSStep()Hg-commit: 11d1bb58cf2ee8f572513a93f8aed92abab6397d
TS: Many changes listed below* Remove ts->initial_time_step* Remove ts->next_time_step, add ts->time_step_prev* Implement interpolation for TSALPHA* Prepare for time step adaptativityHg-commit
TS: Many changes listed below* Remove ts->initial_time_step* Remove ts->next_time_step, add ts->time_step_prev* Implement interpolation for TSALPHA* Prepare for time step adaptativityHg-commit: a1e380cf44925342fc0696a9599f8993e2c20644
show more ...
Use PetscSqrtReal() instead of sqrt() due to Solaris complex errors: Overloading ambiguity between "std::sqrt(double)" and "std::sqrt(float)".Hg-commit: 9cb9129ec76ba8c8de5aa3ce8e932a631e35661c
Add PetscSNPrintfCount() which also returns the number of characters usedHg-commit: 2e6a946a88d366e5aa6c0e47f96108902ff3f50d
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
Add TSARKIMEXSetFullyImplicit()Hg-commit: 1cb560dc2cdebdbdc35a59cc5ff6908db9c08b6f
ARK2D also has the same dense output formula as ARK2EHg-commit: 265e43439b22850f5aa3da63da7e56c48cc097ce
Bug fixes for ARKIMEX, YdotI is the negative, need to correct the negative sign in the right placesHg-commit: 746bff10d36c084c5f9bb0f351f12b689e8c72fd
Use floating point for large integer constants in tableaus for ARKIMEXHg-commit: 89d4526e08adbb17945b78d3464b4ee76a291286
Add TSInterpolate() with implementations for Theta and ARKIMEX; not testedHg-commit: 28178cd0190c75225bb5cf806142666de5c50176
ARKIMEX documentationHg-commit: faee8b93fb98604ec50eb1a18a3876d10ef5785b
call TSARKIMEXSetType() when intendedHg-commit: acfefa13b99c4c20c3cbafe05d0a8957fb7683a1
Make TSView_XXX ignore viewer types it cannot handleHg-commit: c21ff69c1cc0732cb766bd673e29a78b6a21a9aa
fix real/complex mismatchHg-commit: 2e3c8fe7185559dcd9777ea03a1584431092e8b0
Add several more ARKIMEX schemesHg-commit: 5e23b27f01ff3d249ed2de008b707c4330cc7962
Fix sign error in ARKIMEXHg-commit: 69dd5995f910381b4bbdfa71d242584218e8ca90
ARKIMEX: fix residual, better viewingHg-commit: 37b574b087ab62168f0c01f0440d29fd149e11c7
Initial implementation of TSARKIMEXHg-commit: 0bef66fd386ad998fb4cb115612681bc50959120
1...<<11