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

Public Member Functions

 Euler (Stepper &stepper)
 
 Euler (double &x, double &xd, Stepper &stepper)
 
Eulerfactory (double &x, double &xd)
 
void propagate ()
 
void updateClock ()
 
- Public Member Functions inherited from asc::StateStepper
 StateStepper (double &x, double &xd, Stepper &stepper)
 
virtual double optimalTimeStep ()
 
- Public Member Functions inherited from asc::State
 State (double &x, double &xd)
 
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)
 

Additional Inherited Members

- 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: