We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f2d5cc commit 55af836Copy full SHA for 55af836
docs/src/solvers/split_ode_solve.md
@@ -30,7 +30,7 @@ the problem, though for large enough PDEs the `ARKODE` method with
30
- `IMEXEuler` : 1st order explicit Euler mixed with implicit Euler. Fixed time
31
step only.
32
- `CNAB2`: Crank-Nicolson Adams Bashforth Order 2. Fixed time step only.
33
- - `CNLF`: Crank-Nicolson Leapfrog of Order 2. Fixed time step only.
+ - `CNLF2`: Crank-Nicolson Leapfrog of Order 2. Fixed time step only.
34
- `SBDF2` : 2nd order IMEX BDF method. Fixed time step only.
35
- `SBDF3` : 3rd order IMEX BDF method. Fixed time step only. In development.
36
- `SBDF4` : 4th order IMEX BDF method. Fixed time step only. In development.
0 commit comments