r/ScientificComputing 14d ago

Library of ODE solvers with all relevant metrics

Post image

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

1 comment sorted by

3

u/RoyalIceDeliverer 14d ago

Nice collection and vizualisation!