73 logger(
INFO,
"In this file 32^2 particles with the same velocity are placed "
74 "in a bi-axial box. This makes them collide with the walls and eachother. "
75 "Afterwards the same run is performed with hgrid on. It tests the working "
76 "(and speedup) of the hgrid.");
79 problem.setName(
"FreeCooling2DinWalls");
87 problem.setMax({0.01, 0.01, 0.0});
91 problem.setHGridCellOverSizeRatio(1.2);
92 problem.setHGridUpdateEachTimeStep(
false);
Array< double, 1, 3 > e(1./3., 0.5, 2.)
@ ONE_FILE
all data will be written into/ read from a single file called name_
Logger< MERCURYDPM_LOGLEVEL > logger("MercuryKernel")
Definition of different loggers with certain modules. A user can define its own custom logger here.
todo{This code is not working as is wanted}
Definition: FreeCooling2DinWalls.cpp:21
Definition: Kernel/Math/Vector.h:30
#define INFO(i)
Definition: mumps_solver.h:54
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213