Skip to content

Shampine Gordon Watts ABM method added

Compare
Choose a tag to compare
@WRKampi WRKampi released this 05 Feb 08:49
· 181 commits to main since this release

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