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 cea1ab3 + 3dbb59d commit 557c4e2Copy full SHA for 557c4e2
docs/src/solvers/ode_solve.md
@@ -174,6 +174,9 @@ problems.
174
- `Feagin10` - Feagin's 10th-order Runge-Kutta method.
175
- `Feagin12` - Feagin's 12th-order Runge-Kutta method.
176
- `Feagin14` - Feagin's 14th-order Runge-Kutta method.
177
+- `MSRK5` - Stepanov 5th-order Runge-Kutta method.
178
+- `MSRK6` - Stepanov 6th-order Runge-Kutta method.
179
+- `Stepanov5` - Stepanov adaptive 5th-order Runge-Kutta method.
180
181
Example usage:
182
0 commit comments