forked from SciML/ODE.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addition of Variable and Fixed Adam Moulton Method
We add two new solvers for ODE.jl, and relocate the old multistep solver ode_ms, namely ode_am and ode113. ode_am is a fixed step method similiar to ode_ms, but uses a PECE step. ode113 is a variable step size and variable order method using the same underlying theory as ode_am.For more documentation, refer to Hairer et al Volume 1 on Adam Methods.
- Loading branch information
Showing
4 changed files
with
649 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.