Skip to content

Commit

Permalink
Merge pull request #121 from thetisproject/doc-3d-timeintegrators
Browse files Browse the repository at this point in the history
Remove obsolete time integrators from documetation
  • Loading branch information
stephankramer authored Jan 26, 2018
2 parents 4b4eed0 + a32b18d commit 086f153
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/source/model_formulation_3d.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,7 @@ option. Currently supported time integrators are listed below.
Time integrator Thetis class 2D mode ALE mesh support Description
======================== ====================================== ======== ================ ============
``'SSPRK22'`` :py:class:`~.CoupledTwoStageRK` implicit yes Coupled method based on SSPRK(2,2) scheme
``'SSPRK33'`` :py:class:`~.CoupledSSPRKSemiImplicit` implicit no Coupled method based on SSPRK(3,3) scheme
``'LeapFrog'`` :py:class:`~.CoupledLeapFrogAM3` implicit yes Leapfrog Adams-Moulton 3 method
``'ERKALE'`` :py:class:`~.CoupledERKALE` explicit yes Fully explicit RK scheme
``'IMEXALE'`` :py:class:`~.CoupledIMEXALE` implicit yes Coupled IMEX method
======================== ====================================== ======== ================ ============

Table 5. *Supported 3D time integrators.*
Expand Down

0 comments on commit 086f153

Please sign in to comment.