|
|
| LogTimeScaleController (char const *name, int batchWidth, double baseMax, double baseMin, double tauFactor, double growthFactor, bool writeTimeScaleFieldnames, Communicator *comm, double logThresh, double logSlope) |
| |
|
virtual std::vector< double > | calcTimesteps (double timeValue, std::vector< double > const &rawTimeScales) override |
| |
|
std::string const & | getDescription () const |
| |
|
char const * | getDescription_c () const |
| |
|
MPIBlock const * | getMPIBlock () |
| |
|
virtual Response::Status | readStateFromCheckpoint (Checkpointer *checkpointer) |
| |
|
virtual Response::Status | registerData (Checkpointer *checkpointer) override |
| |
|
virtual Response::Status | respond (std::shared_ptr< BaseMessage const > message) override |
| |
|
void | writeTimestepInfo (double timeValue, std::vector< PrintStream * > &streams) |
| |
|
|
std::string | description |
| |
|
double | mBaseMax |
| |
|
double | mBaseMin |
| |
|
int | mBatchWidth |
| |
|
Communicator * | mCommunicator |
| |
|
double | mGrowthFactor |
| |
|
double | mLogSlope = 1.0 |
| |
|
double | mLogThresh = DBL_MAX_EXP |
| |
|
char * | mName |
| |
|
std::vector< double > | mOldTimeScale |
| |
|
TimeScaleInfo | mOldTimeScaleInfo |
| |
|
std::vector< double > | mOldTimeScaleTrue |
| |
|
double | mTauFactor |
| |
|
TimeScaleInfo | mTimeScaleInfo |
| |
|
bool | mWriteTimeScaleFieldnames |
| |
Definition at line 9 of file LogTimeScaleController.hpp.
The documentation for this class was generated from the following files: