|
SPH
|
#include "io/LogWriter.h"#include "io/Logger.h"#include "objects/geometry/Box.h"#include "quantities/Storage.h"#include "quantities/Iterate.h"#include "system/Statistics.h"#include "system/Timer.h"#include "timestepping/TimeStepCriterion.h"Go to the source code of this file.
Functions | |
| template<typename T > | |
| void | printStat (ILogger &logger, const Statistics &stats, const StatisticsId id, const std::string &message, const std::string &unit="", const std::string &emptyValue="") |
| void printStat | ( | ILogger & | logger, |
| const Statistics & | stats, | ||
| const StatisticsId | id, | ||
| const std::string & | message, | ||
| const std::string & | unit = "", |
||
| const std::string & | emptyValue = "" |
||
| ) |
Definition at line 24 of file LogWriter.cpp.