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
#include <svIntegratorRK4.h>

4th order Runge-Kutta integrator

Public Functions

svIntegratorRK4(DynamicObject *dyn)

class method

virtual ~svIntegratorRK4()
virtual void integrate(double currentTime, double timeStep)

class method