We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0cbadb4 + 3bb69be commit 696a955Copy full SHA for 696a955
docs/src/solvers/ode_solve.md
@@ -96,7 +96,7 @@ strong-stability preserving (SSP) for hyperbolic PDEs.
96
97
Notice that `Rodas4` loses accuracy on discretizations of nonlinear
98
parabolic PDEs, and thus it's suggested you replace it with `Rodas4P` in those
99
-situations which are 3rd order. Similarly, between `Rodas5` and Rodas5P`. `ROS3P`
+situations which are 3rd order. Similarly, between `Rodas5` and `Rodas5P`. `ROS3P`
100
is only third order and achieves 3rd order on such problems and can thus be more
101
efficient in this case.
102
0 commit comments