Skip to content

Commit 7db90c8

Browse files
Merge pull request #787 from cwittens/patch-3
changed CNLF to CNLF2
2 parents 6f2d5cc + b3afffd commit 7db90c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/basics/solution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ derivative at each timestep `du` or the spatial discretization `x`, `y`, etc.
2828
plan in 2026 to complete the deprecation and thus have a breaking update where `sol[i]`
2929
matches the linear indexing of an `AbstractArray`, and then making
3030
`AbstractVectorOfArray <: AbstractArray`. Until then, `AbstractVectorOfArray` due to
31-
this interface break but manaully implements an AbstractArray-like interface for
32-
future compatability.
31+
this interface break but manually implements an AbstractArray-like interface for
32+
future compatibility.
3333

3434
The general operations are as follows. Use
3535

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)