We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4a202 commit 9d124edCopy full SHA for 9d124ed
docs/src/solvers/dae_solve.md
@@ -92,6 +92,12 @@ extra options for the solvers, see the ODE solver page.
92
- `ROS34PW2` - A 4th order stiffy accurate Rosenbrock-W method for PDAEs.
93
- `ROS34PW3` - A 4th order strongly A-stable (Rinf~0.63) Rosenbrock-W method.
94
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
101
#### FIRK Methods
102
103
- `RadauIIA5` - An A-B-L stable fully implicit Runge-Kutta method with internal
0 commit comments