InsertionBoundarySelfTest.cpp File Reference

Classes

class  InsertionBoundarySelfTest
 

Functions

int main (int argc UNUSED, char *argv[] UNUSED)
 

Function Documentation

◆ main()

int main ( int argc  UNUSED,
char *argv[]  UNUSED 
)
69 {
70  logger(INFO,"Simple box for creating particles");
71 
72  InsertionBoundarySelfTest insertionBoundary_problem;
73  insertionBoundary_problem.solve();
74 }
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:4334
Definition: InsertionBoundarySelfTest.cpp:16
#define INFO(i)
Definition: mumps_solver.h:54

References INFO, logger, and DPMBase::solve().