Struct used in InvalidCounts for storing the time history of invalid occurrences. More...
#include <SolutionInvalidity.h>
Public Member Functions | |
| TimestepCounts () | |
| TimestepCounts (unsigned int timestep_index) | |
Public Attributes | |
| unsigned int | timestep_index |
| unsigned int | counts = 0 |
Struct used in InvalidCounts for storing the time history of invalid occurrences.
Definition at line 87 of file SolutionInvalidity.h.
|
inline |
Definition at line 89 of file SolutionInvalidity.h.
|
inline |
Definition at line 90 of file SolutionInvalidity.h.
| unsigned int SolutionInvalidity::TimestepCounts::counts = 0 |
Definition at line 92 of file SolutionInvalidity.h.
Referenced by dataLoad(), and dataStore().
| unsigned int SolutionInvalidity::TimestepCounts::timestep_index |
Definition at line 91 of file SolutionInvalidity.h.
Referenced by dataLoad(), and dataStore().
1.8.14