We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea883f commit 0ea40cfCopy full SHA for 0ea40cf
docs/src/solvers/ode_solve.md
@@ -555,7 +555,7 @@ to be thread safe. It parallelizes the `nlsolve` calls inside the method.
555
with an embedded strongly A-stable 2nd order method.
556
- `ROS2PR` - A 2nd order stiffly accurate Rosenbrock-Wanner method with 3 internal stages with Rinf=0.
557
For problems with medium stiffness the convergence behaviour is very poor
558
- and it is recommended to use ROS2S instead.
+ and it is recommended to use `ROS2S` instead.
559
- `ROS3PR` - A 3nd order stiffly accurate Rosenbrock-Wanner method
560
with 3 internal stages and B_PR consistent of order 3, which is strongly A-stable with Rinf~=-0.73.
561
- `Scholz47` - A 3nd order stiffly accurate Rosenbrock-Wanner method
0 commit comments