https://mooseframework.inl.gov
Public Member Functions | Public Attributes | List of all members
SolutionInvalidity::TimestepCounts Struct Reference

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
 

Detailed Description

Struct used in InvalidCounts for storing the time history of invalid occurrences.

Definition at line 87 of file SolutionInvalidity.h.

Constructor & Destructor Documentation

◆ TimestepCounts() [1/2]

SolutionInvalidity::TimestepCounts::TimestepCounts ( )
inline

Definition at line 89 of file SolutionInvalidity.h.

◆ TimestepCounts() [2/2]

SolutionInvalidity::TimestepCounts::TimestepCounts ( unsigned int  timestep_index)
inline

Definition at line 90 of file SolutionInvalidity.h.

Member Data Documentation

◆ counts

unsigned int SolutionInvalidity::TimestepCounts::counts = 0

Definition at line 92 of file SolutionInvalidity.h.

Referenced by dataLoad(), and dataStore().

◆ timestep_index

unsigned int SolutionInvalidity::TimestepCounts::timestep_index

Definition at line 91 of file SolutionInvalidity.h.

Referenced by dataLoad(), and dataStore().


The documentation for this struct was generated from the following file: