Ascent  0.1.1
An open source architecture for time-based simulations.
asc::DOPRI45 Class Reference
Inheritance diagram for asc::DOPRI45:
asc::StateStepper asc::State asc::Stepper

Public Member Functions

 DOPRI45 (Stepper &stepper)
 
 DOPRI45 (double &x, double &xd, Stepper &stepper)
 
DOPRI45factory (double &x, double &xd)
 
void propagate ()
 
void updateClock ()
 
double optimalTimeStep ()
 
bool adaptiveFSAL ()
 
- Public Member Functions inherited from asc::StateStepper
 StateStepper (double &x, double &xd, Stepper &stepper)
 
- Public Member Functions inherited from asc::State
 State (double &x, double &xd)
 
virtual bool adaptive ()
 
- Public Member Functions inherited from asc::Stepper
 Stepper (double &EPS, double &dtp, double &dt, double &t, double &t1, size_t &kpass, bool &integrator_initialized)
 

Public Attributes

double t0
 
double xd0
 
double xd1
 
double xd2
 
double xd3
 
double xd4
 
double xd5
 
- Public Attributes inherited from asc::StateStepper
double x0
 
- Public Attributes inherited from asc::State
double & x
 
double & xd
 
double tolerance
 
- Public Attributes inherited from asc::Stepper
double & EPS
 
double & dtp
 
double & dt
 
double & t
 
double & t1
 
size_t & kpass
 
bool & integrator_initialized
 

The documentation for this class was generated from the following file: