GetDistanceAndNormalForIntersectionOfWalls.cpp File Reference

Classes

class  GetDistanceAndNormalForIntersectionOfWalls
 Tests the contact detection between particles and IntersectionOfWalls. More...
 

Functions

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

Function Documentation

◆ main()

int main ( int argc  ,
char argv[] 
)
108 {
110  return 0;
111 }
void solve()
The work horse of the code.
Definition: DPMBase.cc:4334
Tests the contact detection between particles and IntersectionOfWalls.
Definition: GetDistanceAndNormalForIntersectionOfWalls.cpp:15

References DPMBase::solve().