MovingWallsUnitTest.cpp File Reference

Classes

class  MovingWalls
 

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )
99 {
100  logger(INFO,"Create wall and attach one particle.");
101  MovingWalls problem1("IntersectionOfWalls");
102  MovingWalls problem0("InfiniteWall");
103  MovingWalls problem2("AxisymmetricIntersectionOfWalls");
104  return 0;
105 }
Logger< MERCURYDPM_LOGLEVEL > logger("MercuryKernel")
Definition of different loggers with certain modules. A user can define its own custom logger here.
Definition: MovingWallsUnitTest.cpp:14
#define INFO(i)
Definition: mumps_solver.h:54

References INFO, and logger.