Skip to content

Commit 757cedc

Browse files
committed
Add docs for new ESDIRK methods
Signed-off-by: ErikQQY <[email protected]>
1 parent 3b23599 commit 757cedc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/solvers/ode_solve.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,10 @@ These methods require a choice of `dt`.
496496
- `Kvaerno5` - An A-L stable stiffly-accurate 5th order ESDIRK method
497497
- `KenCarp5` - An A-L stable stiffly-accurate 5th order ESDIRK method with splitting
498498
- `KenCarp58` - An A-L stable stiffly-accurate 5th order eight-stage ESDIRK method with splitting
499+
- `ESDIRK54I8L2SA` - An A-L stable stiffly-accurate 5th order eight-stage ESDIRK method
500+
- `ESDIRK436L2SA2` - An A-L stable stiffly-accurate 4th order six-stage ESDIRK method
501+
- `ESDIRK437L2SA` - An A-L stable stiffly-accurate 4th order seven-stage ESDIRK method
502+
- `ESDIRK547L2SA2` - An A-L stable stiffly-accurate 5th order seven-stage ESDIRK method
499503

500504
#### Fully-Implicit Runge-Kutta Methods (FIRK)
501505

0 commit comments

Comments
 (0)