Skip to content

Commit bc0697b

Browse files
Merge pull request #643 from ErikQQY/master
Add docs for DPRKN4 and DPRKN6FM
2 parents 750c172 + e8d9c27 commit bc0697b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/solvers/dynamical_solve.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,11 @@ steps are computed lazily (i.e. not during the solve).
9292
Fixed timestep only.
9393
- `Nystrom5VelocityIndependent`: 5th order explicit Runge-Kutta-Nyström method.
9494
Fixed timestep only.
95+
- `DPRKN4`: 4th order explicit adaptive Runge-Kutta-Nyström method.
9596
- `DPRKN5`: 5th order explicit adaptive Runge-Kutta-Nyström method.
9697
- `DPRKN6`: 6th order explicit adaptive Runge-Kutta-Nyström method. Free 6th
9798
order interpolant.
99+
- `DPRKN6FM`: 6th order explicit adaptive Runge-Kutta-Nyström method.
98100
- `DPRKN8`: 8th order explicit adaptive Runge-Kutta-Nyström method.
99101
- `DPRKN12`: 12th order explicit adaptive Runge-Kutta-Nyström method.
100102

0 commit comments

Comments
 (0)