AnyarInc / Ascent

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

Use apply step in modular integrators and add Ralston integrator #13

Closed cavalos-anyar closed 3 years ago

cavalos-anyar commented 3 years ago

Utilizes already present apply() function in the modular integrators. Adds Ralston's fourth-order method as a modular integrator.