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

4th order Runge-Kutta integrator

Public Functions

svIntegratorRK4(DynamicObject *dyn)

class method

Private Static Functions

static RKCoefficients<4> getCoefficients()