Go to the source code of this file.
Classes | |
class | VariadicTable< Ts > |
A class for "pretty printing" a table of data. More... | |
class | SolutionInvalidity |
The SolutionInvalidity will contain all the information about the occurrence(s) of solution invalidity. More... | |
struct | SolutionInvalidity::TimestepCounts |
Struct used in InvalidCounts for storing the time history of invalid occurrences. More... | |
struct | SolutionInvalidity::InvalidCounts |
Struct used in _counts for storing invalid occurrences. More... | |
Functions | |
void | dataStore (std::ostream &stream, SolutionInvalidity::TimestepCounts ×tep_counts, void *context) |
void | dataLoad (std::istream &stream, SolutionInvalidity::TimestepCounts ×tep_counts, void *context) |
void | dataStore (std::ostream &stream, SolutionInvalidity &solution_invalidity, void *context) |
void | dataLoad (std::istream &stream, SolutionInvalidity &solution_invalidity, void *context) |
void dataLoad | ( | std::istream & | stream, |
SolutionInvalidity::TimestepCounts & | timestep_counts, | ||
void * | context | ||
) |
Definition at line 339 of file SolutionInvalidity.C.
Referenced by dataLoad().
void dataLoad | ( | std::istream & | stream, |
SolutionInvalidity & | solution_invalidity, | ||
void * | context | ||
) |
Definition at line 377 of file SolutionInvalidity.C.
void dataStore | ( | std::ostream & | stream, |
SolutionInvalidity::TimestepCounts & | timestep_counts, | ||
void * | context | ||
) |
Definition at line 329 of file SolutionInvalidity.C.
Referenced by dataStore().
void dataStore | ( | std::ostream & | stream, |
SolutionInvalidity & | solution_invalidity, | ||
void * | context | ||
) |
Definition at line 348 of file SolutionInvalidity.C.