122 logger(
INFO,
"The simulated time interval is very small to reduce the length of this self test;"
123 " to get nice output, increase timeMax to ~3 seconds,"
124 " and add VTK output (uncomment the relevant lines in the main function).");
@ ONE_FILE
all data will be written into/ read from a single file called name_
LL< Log::INFO > INFO
Info log level.
Definition: Logger.cc:55
Logger< MERCURYDPM_LOGLEVEL > logger("MercuryKernel")
Definition of different loggers with certain modules. A user can define its own custom logger here.
WallHandler wallHandler
An object of the class WallHandler. Contains pointers to all the walls created.
Definition: DPMBase.h:1447
void solve()
The work horse of the code.
Definition: DPMBase.cc:4270
Tests the implementation of TriangulatedWall.
Definition: TriangulatedScrewSelfTest.cpp:41
void setWriteVTK(FileType)
Sets whether walls are written into a VTK file.
Definition: WallHandler.cc:467