The Vish Visualization Shell 0.3
Vish
List of all members
Traum::IntegratorBase Struct Referenceabstract

Abstract base class for integrators. More...

#include <elementary/ode/Integrator.hpp>

Inheritance diagram for Traum::IntegratorBase:
Traum::Integrator< DiffEquation::real > Traum::Integrator< double > Traum::Integrator< float > Traum::Integrator< long double > Traum::dop853< OscillatorDiffEquation > Traum::Integrator< RealType > Traum::dop853< DiffEquation > Traum::AdaptiveRungeKutta< PendulumDiffEquation > Traum::Rk4< PendulumDiffEquation > Traum::AdaptiveRungeKutta< DiffEquation > Traum::Euler< DiffEquation > Traum::Rk4< DiffEquation > Traum::IntegratePath853d Traum::IntegratorImpl< double > Traum::IntegratePath853f Traum::IntegratorImpl< float > Traum::IntegratePath853ld Traum::IntegratorImpl< long double > Oscillator

Detailed Description

Abstract base class for integrators.

Implementations must provide an advance() member function.