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< TimestepCounts > | timestep_counts |
| Keep track of the occurences across all time steps. More... | |
Struct used in _counts for storing warning and invalid-solution occurrences.
Definition at line 100 of file SolutionInvalidity.h.
| 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.
| unsigned int SolutionInvalidity::InvalidCounts::current_timestep_counts = 0 |
Counts for the current time step.
Definition at line 105 of file SolutionInvalidity.h.
| std::vector<TimestepCounts> SolutionInvalidity::InvalidCounts::timestep_counts |
Keep track of the occurences across all time steps.
Definition at line 109 of file SolutionInvalidity.h.
| unsigned int SolutionInvalidity::InvalidCounts::total_counts = 0 |
Total counts across the entire simulation.
Definition at line 107 of file SolutionInvalidity.h.
1.8.14