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 342 of file SolutionInvalidity.C.
Referenced by dataLoad().
| void dataLoad | ( | std::istream & | stream, |
| SolutionInvalidity & | solution_invalidity, | ||
| void * | context | ||
| ) |
Definition at line 380 of file SolutionInvalidity.C.
| void dataStore | ( | std::ostream & | stream, |
| SolutionInvalidity::TimestepCounts & | timestep_counts, | ||
| void * | context | ||
| ) |
Definition at line 332 of file SolutionInvalidity.C.
Referenced by dataStore().
| void dataStore | ( | std::ostream & | stream, |
| SolutionInvalidity & | solution_invalidity, | ||
| void * | context | ||
| ) |
Definition at line 351 of file SolutionInvalidity.C.
1.8.14