Skip to content

Commit e1cdeaa

Browse files
Merge pull request #638 from ErikQQY/master
Add docs for DPRKN5 and ERKN7
2 parents 3cd8ee0 + 19511c9 commit e1cdeaa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/solvers/dynamical_solve.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,14 @@ steps are computed lazily (i.e. not during the solve).
8585
- `ERKN5`: 5th order Runge-Kutta-Nyström method which integrates the periodic
8686
properties of the harmonic oscillator exactly. Gets extra efficiency on periodic
8787
problems.
88+
- `ERKN7`: 7th order Runge-Kutta-Nyström method which integrates the periodic
89+
properties of the harmonic oscillator exactly. Gets extra efficiency on periodic
90+
problems.
8891
- `Nystrom4VelocityIndependent`: 4th order explicit Runge-Kutta-Nyström method.
8992
Fixed timestep only.
9093
- `Nystrom5VelocityIndependent`: 5th order explicit Runge-Kutta-Nyström method.
9194
Fixed timestep only.
95+
- `DPRKN5`: 5th order explicit adaptive Runge-Kutta-Nyström method.
9296
- `DPRKN6`: 6th order explicit adaptive Runge-Kutta-Nyström method. Free 6th
9397
order interpolant.
9498
- `DPRKN8`: 8th order explicit adaptive Runge-Kutta-Nyström method.

0 commit comments

Comments
 (0)