Skip to content

Commit

Permalink
Update docs/src/solvers/ode_solve.md
Browse files Browse the repository at this point in the history
Co-authored-by: Hendrik Ranocha <[email protected]>
  • Loading branch information
cwittens and ranocha authored Mar 29, 2024
1 parent 7ea883f commit 0ea40cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/solvers/ode_solve.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ to be thread safe. It parallelizes the `nlsolve` calls inside the method.
with an embedded strongly A-stable 2nd order method.
- `ROS2PR` - A 2nd order stiffly accurate Rosenbrock-Wanner method with 3 internal stages with Rinf=0.
For problems with medium stiffness the convergence behaviour is very poor
and it is recommended to use ROS2S instead.
and it is recommended to use `ROS2S` instead.
- `ROS3PR` - A 3nd order stiffly accurate Rosenbrock-Wanner method
with 3 internal stages and B_PR consistent of order 3, which is strongly A-stable with Rinf~=-0.73.
- `Scholz47` - A 3nd order stiffly accurate Rosenbrock-Wanner method
Expand Down

0 comments on commit 0ea40cf

Please sign in to comment.