|
|
void | execute (bool master, int rank, double physicalTime) |
| |
|
double | getNextOutput () |
| |
|
double | getDeltaTime () |
| |
|
| DiagnosticInterface () |
| | Default constructor.
|
| |
|
virtual | ~DiagnosticInterface () |
| | Virtual destructor.
|
| |
|
| Block (pBlock parent_=pBlock()) |
| |
|
void | setContext (pBlockVariables context) |
| |
|
pBlockVariables | getLocalVariables () |
| |
|
pBlockVariables | getVariables () |
| |
|
void | setup () |
| |
|
void | addChild (pBlock child) |
| |
|
void | evaluateParameters () |
| |
|
pBlock | getParent () |
| |
|
template<typename T > |
| void | addData (std::string key, T &data) |
| |
|
template<typename T > |
| void | retrieveData (std::string key, T *&data) |
| |
|
template<typename T > |
| void | retrieveData (std::string key, T &data) |
| |
|
void | initAll () |
| |
|
void | setName (const std::string &name_) |
| |
|
std::string | getName () |
| |
|
long | getId () |
| |
|
|
void | initParameters (BlockParameters &) |
| |
|
virtual void | open (const std::string &) |
| | Open the output file.
|
| |
|
virtual void | write () |
| | Write into the touput file.
|
| |
|
virtual void | close () |
| | Close the output file.
|
| |
|
virtual bool | singleOut () |
| |
|
bool | appending () |
| |
|
std::string | parsedFileName (int rank, int timeCounter) |
| |
|
std::string | parsedFileName (int rank, double physicalTime) |
| |
|
virtual void | registerData () |
| |
|
virtual void | preInit () |
| |
|
virtual void | init () |
| |
|
virtual void | postInit () |
| |
|
BlockList | getChildren () |
| |
|
|
std::string | fname |
| | The file name into which to write.
|
| |
|
int | append |
| | Append data at every write to the same file?
|
| |
The documentation for this class was generated from the following files: