Go to the source code of this file.
Classes | |
class | RestartableEquationSystems |
Wrapper class that owns a libMesh EquationSystem and adds advanced restart capability to it. More... | |
struct | RestartableEquationSystems::VectorHeader |
Represents a stored variable in restart. More... | |
struct | RestartableEquationSystems::VariableHeader |
Represents a stored variable in restart. More... | |
struct | RestartableEquationSystems::SystemHeader |
Represents a stored system in restart. More... | |
struct | RestartableEquationSystems::EquationSystemsHeader |
Represents a stored EquationSystems in restart. More... | |
Namespaces | |
libMesh | |
The following methods are specializations for using the libMesh::Parallel::packed_range_* routines for std::strings. | |
Functions | |
void | dataStore (std::ostream &stream, RestartableEquationSystems &res, void *) |
void | dataLoad (std::istream &stream, RestartableEquationSystems &res, void *) |
void | dataStore (std::ostream &stream, RestartableEquationSystems::EquationSystemsHeader &header, void *) |
void | dataLoad (std::istream &stream, RestartableEquationSystems::EquationSystemsHeader &header, void *) |
void | dataStore (std::ostream &stream, RestartableEquationSystems::SystemHeader &header, void *) |
void | dataLoad (std::istream &stream, RestartableEquationSystems::SystemHeader &header, void *) |
void | dataStore (std::ostream &stream, RestartableEquationSystems::VariableHeader &header, void *) |
void | dataLoad (std::istream &stream, RestartableEquationSystems::VariableHeader &header, void *) |
void | dataStore (std::ostream &stream, RestartableEquationSystems::VectorHeader &header, void *) |
void | dataLoad (std::istream &stream, RestartableEquationSystems::VectorHeader &header, void *) |
void dataLoad | ( | std::istream & | stream, |
RestartableEquationSystems & | res, | ||
void * | |||
) |
Definition at line 392 of file RestartableEquationSystems.C.
Referenced by dataLoad(), RestartableEquationSystems::load(), and RestartableEquationSystems::restore().
void dataLoad | ( | std::istream & | stream, |
RestartableEquationSystems::EquationSystemsHeader & | header, | ||
void * | |||
) |
Definition at line 405 of file RestartableEquationSystems.C.
void dataLoad | ( | std::istream & | stream, |
RestartableEquationSystems::SystemHeader & | header, | ||
void * | |||
) |
Definition at line 421 of file RestartableEquationSystems.C.
void dataLoad | ( | std::istream & | stream, |
RestartableEquationSystems::VariableHeader & | header, | ||
void * | |||
) |
Definition at line 436 of file RestartableEquationSystems.C.
void dataLoad | ( | std::istream & | stream, |
RestartableEquationSystems::VectorHeader & | header, | ||
void * | |||
) |
Definition at line 451 of file RestartableEquationSystems.C.
void dataStore | ( | std::ostream & | stream, |
RestartableEquationSystems & | res, | ||
void * | |||
) |
Definition at line 386 of file RestartableEquationSystems.C.
Referenced by dataStore(), and RestartableEquationSystems::store().
void dataStore | ( | std::ostream & | stream, |
RestartableEquationSystems::EquationSystemsHeader & | header, | ||
void * | |||
) |
Definition at line 398 of file RestartableEquationSystems.C.
void dataStore | ( | std::ostream & | stream, |
RestartableEquationSystems::SystemHeader & | header, | ||
void * | |||
) |
Definition at line 412 of file RestartableEquationSystems.C.
void dataStore | ( | std::ostream & | stream, |
RestartableEquationSystems::VariableHeader & | header, | ||
void * | |||
) |
Definition at line 430 of file RestartableEquationSystems.C.
void dataStore | ( | std::ostream & | stream, |
RestartableEquationSystems::VectorHeader & | header, | ||
void * | |||
) |
Definition at line 443 of file RestartableEquationSystems.C.