My Project
|
Abstract interface for simulator serialization ops. More...
#include <SimulatorSerializer.hpp>
Public Member Functions | |
virtual void | loadState (HDF5Serializer &serializer, const std::string &groupName)=0 |
Load simulator state from file. | |
virtual void | saveState (HDF5Serializer &serializer, const std::string &groupName) const =0 |
Save simulator state to file. | |
virtual std::array< std::string, 5 > | getHeader () const =0 |
Get header info to save to file. | |
virtual const std::vector< int > & | getCellMapping () const =0 |
Obtain local-to-global cell mapping. | |
Abstract interface for simulator serialization ops.
|
pure virtual |
Obtain local-to-global cell mapping.
Implemented in Opm::SimulatorFullyImplicitBlackoil< TypeTag >.
|
pure virtual |
Get header info to save to file.
Implemented in Opm::SimulatorFullyImplicitBlackoil< TypeTag >.
|
pure virtual |
Load simulator state from file.
Implemented in Opm::SimulatorFullyImplicitBlackoil< TypeTag >.
|
pure virtual |
Save simulator state to file.
Implemented in Opm::SimulatorFullyImplicitBlackoil< TypeTag >.