![]() |
Peano
|
Go to the source code of this file.
Functions | |
tarch::logging::Log | _log ("::") |
bool | selectNextAlgorithmicStep () |
Decide which step to run next. More... | |
void | step () |
int | main (int argc, char **argv) |
Variables | |
tarch::timing::Measurement | timePerMeshSweepMeasurement |
tarch::timing::Measurement | gridConstructionMeasurement |
tarch::timing::Measurement | timeStepMeasurement |
tarch::timing::Measurement | plotMeasurement |
tarch::logging::Log _log | ( | "::" | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 464 of file ccz4-main.cpp.
References gridConstructionMeasurement, plotMeasurement, selectNextAlgorithmicStep(), step(), timePerMeshSweepMeasurement, and timeStepMeasurement.
bool selectNextAlgorithmicStep | ( | ) |
Decide which step to run next.
Definition at line 66 of file ccz4-main.cpp.
void step | ( | ) |
[Additional mesh sweep case step]
[Additional mesh sweep case step]
Definition at line 252 of file ccz4-main.cpp.
References _log(), gridConstructionMeasurement, plotMeasurement, and timeStepMeasurement.
tarch::timing::Measurement gridConstructionMeasurement |
Definition at line 53 of file ccz4-main.cpp.
tarch::timing::Measurement plotMeasurement |
Definition at line 55 of file ccz4-main.cpp.
tarch::timing::Measurement timePerMeshSweepMeasurement |
Definition at line 52 of file ccz4-main.cpp.
tarch::timing::Measurement timeStepMeasurement |
Definition at line 54 of file ccz4-main.cpp.