MovingWallsUnitTest.cpp File Reference

Classes

class  MovingWalls
 

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )
120 {
121  logger(INFO,"Create wall and attach one particle.");
122  MovingWalls problem1("IntersectionOfWalls");
123  MovingWalls problem0("InfiniteWall");
124  MovingWalls problem2("AxisymmetricIntersectionOfWalls");
125  return 0;
126 }
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.
Definition: MovingWallsUnitTest.cpp:35

References INFO, and logger.