Shampine Gordon Watts ABM method added
The Fortran code DDEABM
is translated to Python and impemented as an OdeSolver
class for solve_ivp
.
Other updates:
- The error estimator order (instead of method order) is used for the initial step size estimation of the Runge Kutta methods.
- minor changes