An example of a simple unification of Pars…
classes, here ParsRun & ParsEvolved.
More...
#include <ParsTrajectory.h>
Public Member Functions | |
Pars (parameters::ParameterTable &p, const std::string &mod="") | |
Public Member Functions inherited from trajectory::ParsRun | |
ParsRun (parameters::ParameterTable &, const std::string &mod="") | |
const std::string | getParsedCommandLine () const |
Corresponds to parameters::ParameterTable::getParsedCommandLine. | |
Public Member Functions inherited from trajectory::ParsEvolved | |
ParsEvolved (parameters::ParameterTable &, const std::string &mod="") | |
All Pars… classes are constructed taking a parameters::ParameterTable, to register the parameters on. More... | |
Additional Inherited Members | |
Public Attributes inherited from trajectory::ParsRun | |
double & | T |
endtime of the run | |
int & | dc |
double & | Dt |
long & | NDt |
number of deltaT intervals in deltaT-mode | |
std::string & | ofn |
std::string & | initialFileName |
formdouble::Zero & | precision |
the overall precision of trajectory display More... | |
bool & | displayInfo |
bool & | firstStateDisplay |
unsigned & | sdf |
double & | autoStopEpsilon |
unsigned & | autoStopRepetition |
Public Attributes inherited from trajectory::ParsEvolved | |
double & | epsRel |
relative precision of ODE stepping (cf. evolved::TimeStepBookkeeper) | |
double & | epsAbs |
absolute precision ” | |
evolved::SteppingFunction & | sf |
stepping-function type | |
double & | nextDtTryCorrectionFactor |
cf. evolved::MakerGSL::MakerGSL() | |
Static Public Attributes inherited from trajectory::ParsEvolved | |
static const double | epsRelDefault |
The ultimate default of epsRel in the framework. | |
static const double | epsAbsDefault |
” for epsAbs | |
An example of a simple unification of Pars…
classes, here ParsRun & ParsEvolved.
Definition at line 94 of file ParsTrajectory.h.