Simbody
|
This is an Integrator based on the explicit Euler algorithm. More...
#include <ExplicitEulerIntegrator.h>
Public Member Functions | |
ExplicitEulerIntegrator (const System &sys) | |
Create an ExplicitEulerIntegrator for integrating a System with variable sized steps. | |
ExplicitEulerIntegrator (const System &sys, Real stepSize) | |
Create an ExplicitEulerIntegrator for integrating a System with fixed sized steps. | |
~ExplicitEulerIntegrator () |
This is an Integrator based on the explicit Euler algorithm.
It is an error controlled, first order explicit integrator. This is one of the simplest integrators possible. As such, it is useful as a test case, but usually is a bad choice for real simulations.
SimTK::ExplicitEulerIntegrator::ExplicitEulerIntegrator | ( | const System & | sys | ) | [explicit] |
Create an ExplicitEulerIntegrator for integrating a System with variable sized steps.
SimTK::ExplicitEulerIntegrator::ExplicitEulerIntegrator | ( | const System & | sys, |
Real | stepSize | ||
) |
Create an ExplicitEulerIntegrator for integrating a System with fixed sized steps.
SimTK::ExplicitEulerIntegrator::~ExplicitEulerIntegrator | ( | ) |