|
MBDyn-1.7.3
|

Go to the source code of this file.
Classes | |
| struct | TimeStepWordSetType |
| struct | NoChangeTSR |
| class | ChangeStepTSR |
| class | FactorTSR |
Typedefs | |
| typedef std::map< std::string, TimeStepRead * > | TimeStepFuncMapType |
Functions | |
| bool | SetTimeStepData (const char *name, TimeStepRead *sr) |
| void | InitTimeStepData (void) |
| void | DestroyTimeStepData (void) |
| TimeStepControl * | ReadTimeStepData (Solver *s, MBDynParser &HP) |
Variables | |
| TimeStepFuncMapType | TimeStepReadMap |
| TimeStepWordSetType | TimeStepWordSet |
| typedef std::map<std::string, TimeStepRead *> TimeStepFuncMapType |
Definition at line 41 of file TimeStepControl.cc.
| void DestroyTimeStepData | ( | void | ) |
Definition at line 371 of file TimeStepControl.cc.
References TimeStepReadMap.
Referenced by Solver::~Solver().
| void InitTimeStepData | ( | void | ) |
Definition at line 363 of file TimeStepControl.cc.
References SetTimeStepData().
Referenced by Solver::Solver().

| TimeStepControl* ReadTimeStepData | ( | Solver * | s, |
| MBDynParser & | HP | ||
| ) |
Definition at line 380 of file TimeStepControl.cc.
References ASSERT, func(), HighParser::IsWord(), and TimeStepReadMap.
Referenced by InverseSolver::ReadData(), and Solver::ReadData().

| bool SetTimeStepData | ( | const char * | name, |
| TimeStepRead * | sr | ||
| ) |
Definition at line 54 of file TimeStepControl.cc.
References TimeStepReadMap.
Referenced by InitTimeStepData().
| TimeStepFuncMapType TimeStepReadMap |
Definition at line 43 of file TimeStepControl.cc.
Referenced by DestroyTimeStepData(), TimeStepWordSetType::IsWord(), ReadTimeStepData(), and SetTimeStepData().
| TimeStepWordSetType TimeStepWordSet |
Definition at line 51 of file TimeStepControl.cc.