Module: svIntegratorRK4

RK4 integrator. It only implements the method integrate() to advance one time step.

The module PDF Description contains further information on this module’s function, how to run it, as well as testing.


class svIntegratorRK4 : public StateVecIntegrator

Public Functions

svIntegratorRK4(DynamicObject *dyn)
~svIntegratorRK4()
void integrate(double currentTime, double timeStep)