Skip to content

Commit 55af836

Browse files
authored
changed CNLF to CNLF2
1 parent 6f2d5cc commit 55af836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/solvers/split_ode_solve.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ the problem, though for large enough PDEs the `ARKODE` method with
3030
- `IMEXEuler` : 1st order explicit Euler mixed with implicit Euler. Fixed time
3131
step only.
3232
- `CNAB2`: Crank-Nicolson Adams Bashforth Order 2. Fixed time step only.
33-
- `CNLF`: Crank-Nicolson Leapfrog of Order 2. Fixed time step only.
33+
- `CNLF2`: Crank-Nicolson Leapfrog of Order 2. Fixed time step only.
3434
- `SBDF2` : 2nd order IMEX BDF method. Fixed time step only.
3535
- `SBDF3` : 3rd order IMEX BDF method. Fixed time step only. In development.
3636
- `SBDF4` : 4th order IMEX BDF method. Fixed time step only. In development.

0 commit comments

Comments
 (0)