Go to the source code of this file.
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.