#include <ExplicitEulerIntegrator.h>
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.
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 () |
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.