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).
85
85
- ` ERKN5 ` : 5th order Runge-Kutta-Nyström method which integrates the periodic
86
86
properties of the harmonic oscillator exactly. Gets extra efficiency on periodic
87
87
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.
88
91
- ` Nystrom4VelocityIndependent ` : 4th order explicit Runge-Kutta-Nyström method.
89
92
Fixed timestep only.
90
93
- ` Nystrom5VelocityIndependent ` : 5th order explicit Runge-Kutta-Nyström method.
91
94
Fixed timestep only.
95
+ - ` DPRKN5 ` : 5th order explicit adaptive Runge-Kutta-Nyström method.
92
96
- ` DPRKN6 ` : 6th order explicit adaptive Runge-Kutta-Nyström method. Free 6th
93
97
order interpolant.
94
98
- ` DPRKN8 ` : 8th order explicit adaptive Runge-Kutta-Nyström method.
You can’t perform that action at this time.
0 commit comments