|
ESyS-Particle
4.0.1
|
#include <CheckPointInfo.h>
Classes | |
| class | Impl |
Public Member Functions | |
| bool | operator== (const CheckPointInfo &cpInfo) const |
| const GeometryInfo & | getGeometryInfo () const |
| void | setGeometryInfo (const GeometryInfo &geoInfo) |
| const StringVector & | getLatticeDataFiles () const |
| void | setLatticeDataFiles (const StringVector &fileNames) |
| int | getNumTimeSteps () const |
| void | setNumTimeSteps (int numTimeSteps) |
| int | getTimeStep () const |
| void | setTimeStep (int timeStep) |
| double | getTimeStepSize () const |
| void | setTimeStepSize (double timeStepSize) |
| void | read (std::istream &iStream) |
| void | write (std::ostream &oStream) const |
Protected Member Functions | |
| CheckPointInfo (const CheckPointInfo &cpInfo) | |
| CheckPointInfo & | operator= (const CheckPointInfo &cpInfo) |
Summary of LSM check-point information.
1.7.6.1