3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Member Functions | Static Public Member Functions | List of all members
Dumux::Restart Class Reference

Load or save a state of a model to/from the harddisk. More...

#include <dumux/io/restart.hh>

Description

Load or save a state of a model to/from the harddisk.

Public Member Functions

const std::string & fileName () const
 Returns the name of the file which is (de-)serialized. More...
 
template<class Problem >
void serializeBegin (Problem &problem)
 Write the current state of the model to disk. More...
 
std::ostream & serializeStream ()
 The output stream to write the serialized data. More...
 
void serializeSectionBegin (const std::string &cookie)
 Start a new section in the serialized output. More...
 
void serializeSectionEnd ()
 End of a section in the serialized output. More...
 
template<int codim, class Serializer , class GridView >
void serializeEntities (Serializer &serializer, const GridView &gridView)
 Serialize all leaf entities of a codim in a gridView. More...
 
void serializeEnd ()
 Finish the restart file. More...
 
template<class Problem >
void deserializeBegin (Problem &problem, double t)
 Start reading a restart file at a certain simulated time. More...
 
std::istream & deserializeStream ()
 The input stream to read the data which ought to be deserialized. More...
 
void deserializeSectionBegin (const std::string &cookie)
 Start reading a new section of the restart file. More...
 
void deserializeSectionEnd ()
 End of a section in the serialized output. More...
 
template<int codim, class Deserializer , class GridView >
void deserializeEntities (Deserializer &deserializer, const GridView &gridView)
 Deserialize all leaf entities of a codim in a grid. More...
 
void deserializeEnd ()
 Stop reading the restart file. More...
 

Static Public Member Functions

static void restartFileList (std::list< std::string > &fileList, const std::string directory=".")
 Returns the list of restart files in the current directory. More...
 

Member Function Documentation

◆ deserializeBegin()

template<class Problem >
void Dumux::Restart::deserializeBegin ( Problem &  problem,
double  t 
)
inline

Start reading a restart file at a certain simulated time.

◆ deserializeEnd()

void Dumux::Restart::deserializeEnd ( )
inline

Stop reading the restart file.

◆ deserializeEntities()

template<int codim, class Deserializer , class GridView >
void Dumux::Restart::deserializeEntities ( Deserializer &  deserializer,
const GridView &  gridView 
)
inline

Deserialize all leaf entities of a codim in a grid.

The actual work is done by Deserializer::deserialize(Entity)

◆ deserializeSectionBegin()

void Dumux::Restart::deserializeSectionBegin ( const std::string &  cookie)
inline

Start reading a new section of the restart file.

◆ deserializeSectionEnd()

void Dumux::Restart::deserializeSectionEnd ( )
inline

End of a section in the serialized output.

◆ deserializeStream()

std::istream & Dumux::Restart::deserializeStream ( )
inline

The input stream to read the data which ought to be deserialized.

◆ fileName()

const std::string & Dumux::Restart::fileName ( ) const
inline

Returns the name of the file which is (de-)serialized.

◆ restartFileList()

static void Dumux::Restart::restartFileList ( std::list< std::string > &  fileList,
const std::string  directory = "." 
)
inlinestatic

Returns the list of restart files in the current directory.

◆ serializeBegin()

template<class Problem >
void Dumux::Restart::serializeBegin ( Problem &  problem)
inline

Write the current state of the model to disk.

◆ serializeEnd()

void Dumux::Restart::serializeEnd ( )
inline

Finish the restart file.

◆ serializeEntities()

template<int codim, class Serializer , class GridView >
void Dumux::Restart::serializeEntities ( Serializer &  serializer,
const GridView &  gridView 
)
inline

Serialize all leaf entities of a codim in a gridView.

The actual work is done by Serializer::serialize(Entity)

◆ serializeSectionBegin()

void Dumux::Restart::serializeSectionBegin ( const std::string &  cookie)
inline

Start a new section in the serialized output.

◆ serializeSectionEnd()

void Dumux::Restart::serializeSectionEnd ( )
inline

End of a section in the serialized output.

◆ serializeStream()

std::ostream & Dumux::Restart::serializeStream ( )
inline

The output stream to write the serialized data.


The documentation for this class was generated from the following file: