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. | |
| void dataLoad | ( | std::istream & | stream, |
| RestartableEquationSystems & | res, | ||
| void * | |||
| ) |
Definition at line 415 of file RestartableEquationSystems.C.
Referenced by dataLoad(), RestartableEquationSystems::load(), and RestartableEquationSystems::restore().
| void dataLoad | ( | std::istream & | stream, |
| RestartableEquationSystems::EquationSystemsHeader & | header, | ||
| void * | |||
| ) |
Definition at line 428 of file RestartableEquationSystems.C.
| void dataLoad | ( | std::istream & | stream, |
| RestartableEquationSystems::SystemHeader & | header, | ||
| void * | |||
| ) |
Definition at line 444 of file RestartableEquationSystems.C.
| void dataLoad | ( | std::istream & | stream, |
| RestartableEquationSystems::VariableHeader & | header, | ||
| void * | |||
| ) |
Definition at line 459 of file RestartableEquationSystems.C.
| void dataLoad | ( | std::istream & | stream, |
| RestartableEquationSystems::VectorHeader & | header, | ||
| void * | |||
| ) |
Definition at line 474 of file RestartableEquationSystems.C.
| void dataStore | ( | std::ostream & | stream, |
| RestartableEquationSystems & | res, | ||
| void * | |||
| ) |
Definition at line 409 of file RestartableEquationSystems.C.
Referenced by dataStore(), and RestartableEquationSystems::store().
| void dataStore | ( | std::ostream & | stream, |
| RestartableEquationSystems::EquationSystemsHeader & | header, | ||
| void * | |||
| ) |
Definition at line 421 of file RestartableEquationSystems.C.
| void dataStore | ( | std::ostream & | stream, |
| RestartableEquationSystems::SystemHeader & | header, | ||
| void * | |||
| ) |
Definition at line 435 of file RestartableEquationSystems.C.
| void dataStore | ( | std::ostream & | stream, |
| RestartableEquationSystems::VariableHeader & | header, | ||
| void * | |||
| ) |
Definition at line 453 of file RestartableEquationSystems.C.
| void dataStore | ( | std::ostream & | stream, |
| RestartableEquationSystems::VectorHeader & | header, | ||
| void * | |||
| ) |
Definition at line 466 of file RestartableEquationSystems.C.
| void to_json | ( | nlohmann::json & | json, |
| const RestartableEquationSystems & | res | ||
| ) |
Definition at line 483 of file RestartableEquationSystems.C.
1.8.14