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 750c172 + e8d9c27 commit bc0697bCopy full SHA for bc0697b
docs/src/solvers/dynamical_solve.md
@@ -92,9 +92,11 @@ steps are computed lazily (i.e. not during the solve).
92
Fixed timestep only.
93
- `Nystrom5VelocityIndependent`: 5th order explicit Runge-Kutta-Nyström method.
94
95
+- `DPRKN4`: 4th order explicit adaptive Runge-Kutta-Nyström method.
96
- `DPRKN5`: 5th order explicit adaptive Runge-Kutta-Nyström method.
97
- `DPRKN6`: 6th order explicit adaptive Runge-Kutta-Nyström method. Free 6th
98
order interpolant.
99
+- `DPRKN6FM`: 6th order explicit adaptive Runge-Kutta-Nyström method.
100
- `DPRKN8`: 8th order explicit adaptive Runge-Kutta-Nyström method.
101
- `DPRKN12`: 12th order explicit adaptive Runge-Kutta-Nyström method.
102
0 commit comments