GetDistanceAndNormalForTriangleWallsSelfTest.cpp File Reference

Classes

class  GetDistanceAndNormalForTriangleWalls
 Tests the contact detection between particles and a set of TriangleWalls. \detail In particular, distinguishing face, edge and vertex contacts is tricky. The most difficult case is when a face is less or equal in size to a particle, so this is tested here. More...
 

Functions

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

Function Documentation

◆ main()

int main ( int argc  ,
char argv[] 
)
210 {
212  return 0;
213 }
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: GetDistanceAndNormalForTriangleWallsSelfTest.cpp:37

References DPMBase::solve().