Solvers#
|
|
|
Abstract base class for numerical solvers of ordinary differential equations (ODEs). |
|
An explicit Euler integrator for solving systems of ordinary differential equations of the form |
|
A midpoint integrator for solving systems of ordinary differential equations of the form |
|
An explicit RK4 integrator for solving systems of ordinary differential equations of the form |
|
An explicit RK4 integrator following the 3/8 rule for solving systems of ordinary differential equations of the form |