Represents a stored system in restart. More...
#include <RestartableEquationSystems.h>
Public Member Functions | |
bool | operator== (const SystemHeader &other) const |
Public Attributes | |
std::string | name |
The name of the stored system. More... | |
std::string | type |
The type of the stored system. More... | |
std::map< std::string, RestartableEquationSystems::VariableHeader > | variables |
The stored variables in the system. More... | |
std::map< std::string, RestartableEquationSystems::VectorHeader > | vectors |
The stored vectors in the system. More... | |
Static Public Attributes | |
static const std::string | system_solution_name |
Special name for a vector that is the system solution vector. More... | |
Represents a stored system in restart.
Definition at line 83 of file RestartableEquationSystems.h.
|
inline |
Definition at line 85 of file RestartableEquationSystems.h.
std::string RestartableEquationSystems::SystemHeader::name |
The name of the stored system.
Definition at line 92 of file RestartableEquationSystems.h.
Referenced by RestartableEquationSystems::buildHeader(), dataLoad(), dataStore(), operator==(), and RestartableEquationSystems::restore().
|
static |
Special name for a vector that is the system solution vector.
Definition at line 100 of file RestartableEquationSystems.h.
Referenced by RestartableEquationSystems::buildHeader(), and RestartableEquationSystems::load().
std::string RestartableEquationSystems::SystemHeader::type |
The type of the stored system.
Definition at line 94 of file RestartableEquationSystems.h.
Referenced by RestartableEquationSystems::buildHeader(), dataLoad(), dataStore(), and operator==().
std::map<std::string, RestartableEquationSystems::VariableHeader> RestartableEquationSystems::SystemHeader::variables |
The stored variables in the system.
Definition at line 96 of file RestartableEquationSystems.h.
Referenced by RestartableEquationSystems::buildHeader(), dataLoad(), dataStore(), and operator==().
std::map<std::string, RestartableEquationSystems::VectorHeader> RestartableEquationSystems::SystemHeader::vectors |
The stored vectors in the system.
Definition at line 98 of file RestartableEquationSystems.h.
Referenced by RestartableEquationSystems::buildHeader(), dataLoad(), dataStore(), and operator==().