You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear maintainers,
I am a Matlab user, and I am familiar with the ode solvers in Matlab.
In order to make gonum's ode package more complete (and more useful for people who need to solve a wide variety of ODEs), I would like to implement some multistep methods. To start, I aim to implement these three families of methods:
Adams-Bashfort,
Adams-Moulton,
Backward Difference Formula methods.
Of course, I'm going to keep the same structure of DormandPrince5 (i.e., implementing the Integrator interface).
Methods to implement
These are the coefficients for the methods that I wish to implement:
Adams-Bashfort (explicit) methods
Adams-Moulton (implicit) methods
Backward Difference Formula methods
Thanks for your time,
Matteo Nicoli
The text was updated successfully, but these errors were encountered:
Proposal: multistep methods
Dear maintainers,
I am a Matlab user, and I am familiar with the ode solvers in Matlab.
In order to make gonum's ode package more complete (and more useful for people who need to solve a wide variety of ODEs), I would like to implement some multistep methods. To start, I aim to implement these three families of methods:
Of course, I'm going to keep the same structure of
DormandPrince5
(i.e., implementing the Integrator interface).Methods to implement
These are the coefficients for the methods that I wish to implement:
Adams-Bashfort (explicit) methods
Adams-Moulton (implicit) methods
Backward Difference Formula methods
Thanks for your time,
Matteo Nicoli
The text was updated successfully, but these errors were encountered: