|
ESyS-Particle
4.0.1
|
#include <CheckPointer.h>
Public Member Functions | |
| CheckPointer (esys::lsm::CheckPointable &checkPointable, MPI_Comm mpiComm=MPI_COMM_WORLD) | |
| virtual void | saveRestartable () |
| virtual void | saveDump () |
| virtual void | saveThroughMaster (TML_Comm &) |
| virtual void | loadCheckPoint () |
| virtual void | save (std::ostream &oStream) |
| MPI_Comm | getMpiComm () const |
| void | setMpiComm (MPI_Comm mpiComm) |
Saves the state of a model.
| void CheckPointer::save | ( | std::ostream & | oStream | ) | [virtual] |
Saves the state of a model to specified stream.
| void CheckPointer::saveRestartable | ( | ) | [virtual] |
Saves the state of a model.
References CheckPointParams::getFileName(), and CVarMPIBuffer::receiveBroadcast().
Referenced by CSubLatticeControler::run().


1.7.6.1