Skip to content

Commit 9d124ed

Browse files
Update dae_solve.md
1 parent 1e4a202 commit 9d124ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/src/solvers/dae_solve.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ extra options for the solvers, see the ODE solver page.
9292
- `ROS34PW2` - A 4th order stiffy accurate Rosenbrock-W method for PDAEs.
9393
- `ROS34PW3` - A 4th order strongly A-stable (Rinf~0.63) Rosenbrock-W method.
9494

95+
!!! note
96+
97+
`Rosenbrock23` and `Rosenbrock32` have a stiff-aware interpolation but this interpolation is not safe for the algebraic variables.
98+
Thus use the interpolation (thus `saveat`) with caution if the default Hermite interpolation is used.
99+
100+
95101
#### FIRK Methods
96102

97103
- `RadauIIA5` - An A-B-L stable fully implicit Runge-Kutta method with internal

0 commit comments

Comments
 (0)