File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments