RollingOverTriangleWallsSelfTest.cpp File Reference

Classes

class  RollingOverTriangleWalls
 Tests the contact detection between particles and a set of TriangleWalls. \detail In particular, distinguishing face, edge and vertex contacts is tricky. So here a particle is set to rollover a face, edge and vertex of a flat wall made from particles. More...
 

Functions

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

Function Documentation

◆ main()

int main ( int argc  ,
char argv[] 
)
115 {
117  logger(INFO,"Run \"p [0:2] 'RollingOverTriangleWalls.fstat' u 4:9\" to view force vs position");
118  return 0;
119 }
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 contact detection between particles and a set of TriangleWalls. \detail In particular,...
Definition: RollingOverTriangleWallsSelfTest.cpp:37

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