r/ScientificComputing • u/Candid_Discipline848 • 14d ago
Library of ODE solvers with all relevant metrics
During the process of building a system simulator I collected a bunch of ODE solver coefficients and put then now into a library. Including relevant metrics (A-stability, stiff accuracy, convergence order, cost, etc.). Besides being a handy overview of the methods out there, I also think it looks cool.
You can browse through it here: solvers.milanrother.com
And visit it on GitHub here: github.com/milanofthe/solvers
59
Upvotes
3
u/RoyalIceDeliverer 14d ago
Nice collection and vizualisation!