AnyarInc / Ascent

A fast and flexible C++ simulation engine and differential equation solver.
Apache License 2.0
123 stars 15 forks source link

Multistep method improvements and fixes #24

Closed mwalcott3 closed 2 years ago

mwalcott3 commented 2 years ago

Improvements to ABM4 and VABM. Added history option to state to clean up initialization of multistep methods. Increased predictor order in ABM4 to match behavior in VABM. Fixed coefficient calculation for VABM. Fixed history issue for ABM4.