Skip to content

An experimental code implementing the Minimal Residual Multistep methods for the solution of linear ODE systems. https://www.sciencedirect.com/science/article/abs/pii/S0377042719305011

Notifications You must be signed in to change notification settings

bfaleichik/mrms

Repository files navigation

mrms

An experimental code implementing the Minimal Residual Multistep methods for the solution of linear ODE systems

Files:

  • solvers.py contains fixed-step MRMS and BDF solvers

  • problems.py contains initial value problems to test the solvers

  • test_*.py scripts perform single run of three solvers on the corresponding problem

  • benchmark_*.py scripts perform benchmarking and build the time-error diagrams

About

An experimental code implementing the Minimal Residual Multistep methods for the solution of linear ODE systems. https://www.sciencedirect.com/science/article/abs/pii/S0377042719305011

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages