ChutePeriodicDemo.cpp File Reference

Classes

class  ChutePeriodicDemo
 

Functions

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

Function Documentation

◆ main()

int main ( int argc  ,
char argv[] 
)

A rough inclined plane with periodic boundary conditions.

83 {
84  //Print description
85  logger(INFO, "\nDescription: A rough inclined plane with periodic boundary conditions.");
86 
87  // Problem parameters
88  ChutePeriodicDemo problem;
89 
90  //solve
91  problem.solve(argc, argv);
92 }
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: ChutePeriodicDemo.cpp:33
void solve()
The work horse of the code.
Definition: DPMBase.cc:4270

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