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

Public Member Functions

 PC233 (Stepper &stepper)
 
 PC233 (double &x, double &xd, Stepper &stepper)
 
PC233factory (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)
 

Public Attributes

std::unique_ptr< RK4initializer
 
double xd0
 
double xd_1
 
- 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: