Open jonapost opened 9 years ago
Wrote FineRKNG34 method with interpolation (From J.M. Fine's "Low Order Practical Runge-Kutta-Nystrom Methods," Computing 38, 1987). Interpolation is currently only for position, not velocity, but this is mostly because I haven't entered the coefficients yet for the first derivative interpolation. The most up to date version is in branch chawla-accepted-step-experimental.
Good work!
Do you think that you can find the coefficients for the velocity in electronic form, so that you don't have to type them ?
Define an RKNG stepper that follows Fine's lower order method. ( Please add reference here. )