From a32b18d16e1d342898cbdb08e1458c275afddc6f Mon Sep 17 00:00:00 2001 From: Tuomas Karna Date: Thu, 25 Jan 2018 20:27:26 -0800 Subject: [PATCH] documetation: remove obsolete 3d time integrators --- docs/source/model_formulation_3d.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/source/model_formulation_3d.rst b/docs/source/model_formulation_3d.rst index 3b3e253e0..e8ba35a5e 100644 --- a/docs/source/model_formulation_3d.rst +++ b/docs/source/model_formulation_3d.rst @@ -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.*