Simbody
|
This is a 3rd order Runge-Kutta Integrator using coefficents from J.C. More...
#include <RungeKutta3Integrator.h>
Public Member Functions | |
RungeKutta3Integrator (const System &sys) | |
~RungeKutta3Integrator () |
This is a 3rd order Runge-Kutta Integrator using coefficents from J.C.
Butcher's book "The Numerical Analysis of Ordinary Differential Equations", John Wiley & Sons, 1987, page 325. It is an error controlled, third order, three stage explicit integrator with an embedded 2nd order error estimate.
SimTK::RungeKutta3Integrator::RungeKutta3Integrator | ( | const System & | sys | ) | [explicit] |
SimTK::RungeKutta3Integrator::~RungeKutta3Integrator | ( | ) |