Module: svIntegratorRKF78
RKF78 integrator. It implements the method integrate() to advance one simulation time step, but can scale intermediate time steps according to the current relative error and the module’s relative tolerance.
The module
PDF Description
contains further information on this module’s function,
how to run it, as well as testing.
The default absTol
value is 1e-8, while the default relTol
is 1e-4.
-
class svIntegratorRKF78 : public svIntegratorAdaptiveRungeKutta<13>
- #include <svIntegratorRKF78.h>
7/8 order Runge-Kutta integrator
Public Functions
-
svIntegratorRKF78(DynamicObject *dyn)
class method
Private Static Functions
-
static RKAdaptiveCoefficients<13> getCoefficients()
-
svIntegratorRKF78(DynamicObject *dyn)