136 "Defines a domain outside of a tetrahedron\n"
138 "DATASET UNSTRUCTURED_GRID\n"
158 "Defines a domain inside of a tetrahedron\n"
160 "DATASET UNSTRUCTURED_GRID\n"
180 "Cube Normals (cross of first two vec's) into the wall\n"
182 "DATASET UNSTRUCTURED_GRID\n"
213 logger(
INFO,
"To get VTK output, uncomment the relevant lines in the main function.");
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.
void solve()
The work horse of the code.
Definition: DPMBase.cc:4270
Tests the implementation of TriangulatedWall.
Definition: TriangulatedWallSelfTest.cpp:38
bool writeToFile(std::string filename, std::string filecontent)
Writes a string to a file.
Definition: FileIOHelpers.cc:58