Skip to content

Commit 0ea40cf

Browse files
cwittensranocha
andauthored
Update docs/src/solvers/ode_solve.md
Co-authored-by: Hendrik Ranocha <[email protected]>
1 parent 7ea883f commit 0ea40cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/solvers/ode_solve.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ to be thread safe. It parallelizes the `nlsolve` calls inside the method.
555555
with an embedded strongly A-stable 2nd order method.
556556
- `ROS2PR` - A 2nd order stiffly accurate Rosenbrock-Wanner method with 3 internal stages with Rinf=0.
557557
For problems with medium stiffness the convergence behaviour is very poor
558-
and it is recommended to use ROS2S instead.
558+
and it is recommended to use `ROS2S` instead.
559559
- `ROS3PR` - A 3nd order stiffly accurate Rosenbrock-Wanner method
560560
with 3 internal stages and B_PR consistent of order 3, which is strongly A-stable with Rinf~=-0.73.
561561
- `Scholz47` - A 3nd order stiffly accurate Rosenbrock-Wanner method

0 commit comments

Comments
 (0)