SpheresSelfTest.cpp File Reference

Classes

class  SphericalSuperQuadricCollision
 

Functions

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

Function Documentation

◆ main()

int main ( int argc  ,
char argv[] 
)
90 {
92  problem.setName("SphericalSuperQuadricCollision");
93  problem.setSaveCount(500);
94  problem.solve();
95  return 0;
96 }
void setSaveCount(unsigned int saveCount)
Sets File::saveCount_ for all files (ene, data, fstat, restart, stat)
Definition: DPMBase.cc:408
void setName(const std::string &name)
Allows to set the name of all the files (ene, data, fstat, restart, stat)
Definition: DPMBase.cc:422
void solve()
The work horse of the code.
Definition: DPMBase.cc:4270
Definition: SpheresSelfTest.cpp:32

References DPMBase::setName(), DPMBase::setSaveCount(), and DPMBase::solve().