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

Struct used in _counts for storing warning and invalid-solution occurrences. More...

#include <SolutionInvalidity.h>

Public Attributes

unsigned int current_counts = 0
 Counts for the current iteration (depends on the count, but usually linear iteration) More...
 
unsigned int current_timestep_counts = 0
 Counts for the current time step. More...
 
unsigned int total_counts = 0
 Total counts across the entire simulation. More...
 
std::vector< TimestepCountstimestep_counts
 Keep track of the occurences across all time steps. More...
 

Detailed Description

Struct used in _counts for storing warning and invalid-solution occurrences.

Definition at line 100 of file SolutionInvalidity.h.

Member Data Documentation

◆ current_counts

unsigned int SolutionInvalidity::InvalidCounts::current_counts = 0

Counts for the current iteration (depends on the count, but usually linear iteration)

Definition at line 103 of file SolutionInvalidity.h.

◆ current_timestep_counts

unsigned int SolutionInvalidity::InvalidCounts::current_timestep_counts = 0

Counts for the current time step.

Definition at line 105 of file SolutionInvalidity.h.

◆ timestep_counts

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

Keep track of the occurences across all time steps.

Definition at line 109 of file SolutionInvalidity.h.

◆ total_counts

unsigned int SolutionInvalidity::InvalidCounts::total_counts = 0

Total counts across the entire simulation.

Definition at line 107 of file SolutionInvalidity.h.


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