Skip to content

Commit

Permalink
Update dae_solve.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Mar 27, 2023
1 parent 1e4a202 commit 9d124ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/solvers/dae_solve.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ extra options for the solvers, see the ODE solver page.
- `ROS34PW2` - A 4th order stiffy accurate Rosenbrock-W method for PDAEs.
- `ROS34PW3` - A 4th order strongly A-stable (Rinf~0.63) Rosenbrock-W method.

!!! note

`Rosenbrock23` and `Rosenbrock32` have a stiff-aware interpolation but this interpolation is not safe for the algebraic variables.
Thus use the interpolation (thus `saveat`) with caution if the default Hermite interpolation is used.


#### FIRK Methods

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

0 comments on commit 9d124ed

Please sign in to comment.