RotatedParticlesDemo.cpp File Reference

Classes

class  EllipticalSuperQuadricCollision
 

Functions

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

Function Documentation

◆ main()

int main ( int argc  ,
char argv[] 
)
111 {
113  problem.setName("EllipticalSuperQuadricCollision");
114  problem.setSaveCount(500);
115  problem.setSuperquadricParticlesWriteVTK(true);
117  problem.solve();
118  return 0;
119 }
@ ONE_FILE
all data will be written into/ read from a single file called name_
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
WallHandler wallHandler
An object of the class WallHandler. Contains pointers to all the walls created.
Definition: DPMBase.h:1447
void setSuperquadricParticlesWriteVTK(bool writeSuperquadricParticlesVTK)
Definition: DPMBase.cc:956
void solve()
The work horse of the code.
Definition: DPMBase.cc:4270
Definition: EllipsoidSelfTest.cpp:32
void setWriteVTK(FileType)
Sets whether walls are written into a VTK file.
Definition: WallHandler.cc:467

References ONE_FILE, DPMBase::setName(), DPMBase::setSaveCount(), DPMBase::setSuperquadricParticlesWriteVTK(), WallHandler::setWriteVTK(), DPMBase::solve(), and DPMBase::wallHandler.