Ascent  0.1.1
An open source architecture for time-based simulations.
asc::StateStepper Class Reference
Inheritance diagram for asc::StateStepper:
asc::State asc::Stepper asc::DOPRI45 asc::DOPRI87 asc::Euler asc::PC233 asc::RK2 asc::RK4 asc::RKMM asc::RTAM2 asc::RTAM3 asc::RTAM4

Public Member Functions

 StateStepper (double &x, double &xd, Stepper &stepper)
 
virtual double optimalTimeStep ()
 
- Public Member Functions inherited from asc::State
 State (double &x, double &xd)
 
virtual Statefactory (double &x, double &xd)=0
 
virtual void propagate ()=0
 
virtual void updateClock ()=0
 
virtual bool adaptive ()
 
virtual bool adaptiveFSAL ()
 
- 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 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: