Module: svIntegratorEuler¶
RK1 or Euler 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 svIntegratorEuler : public svIntegratorRungeKutta<1>¶
- #include <svIntegratorEuler.h>Euler integrator. Public Functions - 
svIntegratorEuler(DynamicObject *dyn)¶
- class method 
 Private Static Functions - 
static RKCoefficients<1> getCoefficients()¶
 
- 
svIntegratorEuler(DynamicObject *dyn)¶