Skip to content

Commit da1361c

Browse files
format
1 parent b64455e commit da1361c

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/src/solvers/ode_solve.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -556,20 +556,18 @@ to be thread safe. It parallelizes the `nlsolve` calls inside the 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
558558
and it is recommended to use `ROS2S` instead.
559-
- `ROS3PR` - A 3nd order stiffly accurate Rosenbrock-Wanner method
559+
- `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.
561-
- `Scholz47` - A 3nd order stiffly accurate Rosenbrock-Wanner method
561+
- `Scholz47` - A 3nd order stiffly accurate Rosenbrock-Wanner method
562562
with 3 internal stages and B_PR consistent of order 3, which is strongly A-stable with Rinf~=-0.73.
563563
Convergence with order 4 for the stiff case, but has a poor accuracy.
564564
- `ROS3PRL` - A 3nd order stiffly accurate Rosenbrock-Wanner method with 4 internal stages
565565
with B_PR consistent of order 2 with Rinf=0. The order of convergence decreases if medium stiff problems
566566
are considered, but it has good results for very stiff cases.
567567
- `ROS3PRL2` - A 3nd order stiffly accurate Rosenbrock-Wanner method with 4 internal stages
568-
with B_PR consistent of order 3. The order of convergence does NOT decreases if
568+
with B_PR consistent of order 3. The order of convergence does NOT decreases if
569569
medium stiff problems are considered as it does for ROS3PRL.
570570

571-
572-
573571
#### Rosenbrock-W Methods
574572

575573
- `Rosenbrock23` - An Order 2/3 L-Stable Rosenbrock-W method which is good for very
@@ -588,9 +586,9 @@ to be thread safe. It parallelizes the `nlsolve` calls inside the method.
588586
- `ROS34PW2` - A 4th order stiffy accurate Rosenbrock-W method for PDAEs.
589587
- `ROS34PW3` - A 4th order strongly A-stable (Rinf~0.63) Rosenbrock-W method.
590588
- `ROS34PRw` - A 3nd order stiffly accurate Rosenbrock-Wanner W-method with 4 internal stages with B_PR consistent of order 2
591-
- `ROS2S` - A 2nd order stiffly accurate Rosenbrock-Wanner W-method
589+
- `ROS2S` - A 2nd order stiffly accurate Rosenbrock-Wanner W-method
592590
with 3 internal stages with B_PR consistent of order 2 with Rinf=0.
593-
591+
594592
#### Stabilized Explicit Methods
595593

596594
- `ROCK2` - Second order stabilized Runge-Kutta method. Exhibits high stability

0 commit comments

Comments
 (0)