Skip to content

Commit

Permalink
documetation: remove obsolete 3d time integrators
Browse files Browse the repository at this point in the history
  • Loading branch information
tkarna committed Jan 26, 2018
1 parent 4b4eed0 commit a32b18d
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 a32b18d

Please sign in to comment.