Commit 42d19f1
docs: clarify ESDIRK methods do not support SplitODEProblem
Move ESDIRK methods (ESDIRK54I8L2SA, ESDIRK436L2SA2, ESDIRK437L2SA,
ESDIRK547L2SA2, ESDIRK659L2SA) to a separate "Higher-Order ESDIRK"
section and add a note clarifying they do not support SplitODEProblem.
The IMEX SDIRK section now explicitly states that KenCarp methods
support SplitODEProblem for IMEX integration, while ESDIRK methods
do not have this capability.
This addresses confusion where users expected ESDIRK methods to work
with split ODE problems for IMEX integration, but the implementation
treats the entire RHS implicitly.
Fixes SciML#2910
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 0fb3a7e commit 42d19f1
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
83 | 86 | | |
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
88 | 103 | | |
89 | 104 | | |
90 | 105 | | |
| |||
0 commit comments