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

Struct used in _counts for storing invalid occurrences. More...

#include <SolutionInvalidity.h>

Public Attributes

unsigned int current_counts = 0
 
unsigned int current_timestep_counts = 0
 
unsigned int total_counts = 0
 
std::vector< TimestepCountstimestep_counts
 

Detailed Description

Struct used in _counts for storing invalid occurrences.

Definition at line 96 of file SolutionInvalidity.h.

Member Data Documentation

◆ current_counts

unsigned int SolutionInvalidity::InvalidCounts::current_counts = 0

Definition at line 98 of file SolutionInvalidity.h.

◆ current_timestep_counts

unsigned int SolutionInvalidity::InvalidCounts::current_timestep_counts = 0

Definition at line 99 of file SolutionInvalidity.h.

◆ timestep_counts

std::vector<TimestepCounts> SolutionInvalidity::InvalidCounts::timestep_counts

Definition at line 101 of file SolutionInvalidity.h.

◆ total_counts

unsigned int SolutionInvalidity::InvalidCounts::total_counts = 0

Definition at line 100 of file SolutionInvalidity.h.


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