Skip to content

Commit 557c4e2

Browse files
Merge pull request #646 from ErikQQY/master
Add docs for MSRK 5, 6 and Stepanov5 methods
2 parents cea1ab3 + 3dbb59d commit 557c4e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/src/solvers/ode_solve.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ problems.
174174
- `Feagin10` - Feagin's 10th-order Runge-Kutta method.
175175
- `Feagin12` - Feagin's 12th-order Runge-Kutta method.
176176
- `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.
177180

178181
Example usage:
179182

0 commit comments

Comments
 (0)