Simbody
3.4 (development)
|
This is a 2nd order Runge-Kutta Integrator using coefficients that are also known as the explicit trapezoid rule. More...
#include <RungeKutta2Integrator.h>
Public Member Functions | |
RungeKutta2Integrator (const System &sys) |
This is a 2nd order Runge-Kutta Integrator using coefficients that are also known as the explicit trapezoid rule.
It is an error controlled, second order, two stage explicit integrator with an embedded 1st order error estimate.
SimTK::RungeKutta2Integrator::RungeKutta2Integrator | ( | const System & | sys | ) | [explicit] |