Defines commonly used integrators for time stepping. More...
Classes | |
class | mm::AdamsBashforth< Scalar, num_steps > |
Class representing an AdamsBashforth method, an explicit linear multistep method. More... | |
class | mm::RKExplicit< Scalar, num_stages > |
Class representing an explicit Runge-Kutta method. More... | |
Defines commonly used integrators for time stepping.
Common methods for solving ODEs are also included as they can be used to solve PDEs with the method of lines. They also support iterators and solvers can be iterated over using range-based for loops.