192 for (
int i = 2;
i<argc;
i++) {
193 if (!strcmp(argv[
i],
"-stattype")) {
194 if (!strcmp(argv[
i+1],
"XYZ"))
T =
XYZ;
195 else if (!strcmp(argv[
i+1],
"XY"))
T =
XY;
196 else if (!strcmp(argv[
i+1],
"XZ"))
T =
XZ;
197 else if (!strcmp(argv[
i+1],
"YZ"))
T =
YZ;
198 else if (!strcmp(argv[
i+1],
"X"))
T =
X;
199 else if (!strcmp(argv[
i+1],
"Y"))
T =
Y;
200 else if (!strcmp(argv[
i + 1],
"Z"))
T =
Z;
201 else if (!strcmp(argv[
i + 1],
"O"))
T =
O;
211 stats.
run(argc, argv);
215 stats.
run(argc, argv);
219 stats.
run(argc, argv);
223 stats.
run(argc, argv);
227 stats.
run(argc, argv);
231 stats.
run(argc, argv);
235 stats.
run(argc, argv);
239 stats.
run(argc, argv);
int i
Definition: BiCGSTAB_step_by_step.cpp:9
Logger< MERCURYDPM_LOGLEVEL > logger("MercuryKernel")
Definition of different loggers with certain modules. A user can define its own custom logger here.
LL< Log::ERROR > ERROR
Error log level.
Definition: Logger.cc:32
StatType
Creates averaged statistics (only valid if density field is homogenous along averaged direction)
Definition: StatisticsVector.h:20
@ XY
Definition: StatisticsVector.h:21
@ XZ
Definition: StatisticsVector.h:21
@ YZ
Definition: StatisticsVector.h:21
@ XYZ
Definition: StatisticsVector.h:21
@ O
Definition: StatisticsVector.h:21
void run(int argc, char *argv[])
Definition: obsolete_codes/statistics_while_running.cpp:15
#define X
Definition: icosphere.cpp:20
#define Z
Definition: icosphere.cpp:21
#define INFO(i)
Definition: mumps_solver.h:54
const char Y
Definition: test/EulerAngles.cpp:32