Skip to content

Commit 6b07741

Browse files
Merge pull request SciML#2947 from ChrisRackauckas-Claude/fix-esdirk-imex-docs
docs: clarify ESDIRK methods do not support SplitODEProblem
2 parents 0fb3a7e + 42d19f1 commit 6b07741

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

docs/src/implicit/SDIRK.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,26 @@ Kvaerno5
8080

8181
### IMEX SDIRK
8282

83+
These methods support `SplitODEProblem` for implicit-explicit (IMEX) integration,
84+
where the stiff part is treated implicitly and the non-stiff part is treated explicitly.
85+
8386
```@docs
8487
KenCarp4
8588
KenCarp47
8689
KenCarp5
8790
KenCarp58
91+
```
92+
93+
### Higher-Order ESDIRK
94+
95+
Higher-order ESDIRK (Explicit first stage Singly Diagonally Implicit Runge-Kutta) methods.
96+
These are high-order L-stable implicit methods where the first stage is explicit.
97+
98+
!!! note
99+
These methods do not support `SplitODEProblem`. For IMEX integration with split
100+
problems, use the KenCarp methods above instead.
101+
102+
```@docs
88103
ESDIRK54I8L2SA
89104
ESDIRK436L2SA2
90105
ESDIRK437L2SA

0 commit comments

Comments
 (0)