89 std::
string getName() const final;
101 void write(std::ostream& os) const;
Base class of all CG objects, needed to store the various CG objects in the CGHandler.
Definition: BaseCG.h:57
Container to store the pointers to all objects that one creates in a simulation.
Definition: BaseHandler.h:51
Container that stores all CG objects.
Definition: CGHandler.h:65
unsigned initialFileCounter
Definition: CGHandler.h:149
void computeContactPoints()
Definition: CGHandler.cc:194
void evaluate()
Contains the code executed at each time step.
Definition: CGHandler.cc:97
CGHandler()=default
Default constructor, creates an empty CGHandler.
void finish()
Contains the code executed after the last time step.
Definition: CGHandler.cc:113
Mdouble getTimeMin()
Definition: CGHandler.cc:381
void restartAndEvaluateDataFiles(const std::string &name, bool evaluateFStatFiles=true)
Definition: CGHandler.cc:188
void restartAndEvaluateRestartFiles(const std::string &name)
Definition: CGHandler.cc:182
Mdouble getTimeMax()
Definition: CGHandler.cc:391
void write(std::ostream &os) const
Writes objects into the CGHandler to an ostream (currently not implemented).
Definition: CGHandler.cc:85
bool evaluateDataFiles(bool evaluateFStatFiles=true)
does the same as StatisticsVector::statistics_from_fstat_and_data: loads a restart file (if existing)...
Definition: CGHandler.cc:315
std::string getName() const final
Definition: CGHandler.cc:75
bool evaluateRestartFiles()
Definition: CGHandler.cc:247
void addObject(BaseCG *cg) final
Definition: CGHandler.cc:64
void initialise()
Contains the code executed before the first time step.
Definition: CGHandler.cc:90
void readAndAddObject(std::istream &is) final
Reads objects into the CGHandler from an istream (currently not implemented).
Definition: CGHandler.cc:80
void setInitialFileCounter(unsigned initialFileCounter)
Definition: CGHandler.h:141
CGHandler & operator=(const CGHandler &rhs)
Assignment operator that copies the pointer to the DPMBase and all objects.
Definition: CGHandler.cc:47
unsigned getInitialFileCounter() const
Definition: CGHandler.h:145
~CGHandler() final=default
Destructor, destructs the CGHandler and all BaseCGPoint's it contains.
The DPMBase header includes quite a few header files, defining all the handlers, which are essential....
Definition: DPMBase.h:77
Definition: restart2.cpp:29
std::string name
Definition: MercuryProb.h:48