Defines which items are to be output for a domain (sideset or subdomain). More...
#include <MeshInfo.h>
Public Member Functions | |
| DomainInfoItems ()=default | |
| DomainInfoItems (const MultiMooseEnum &items, const MultiMooseEnum &elem_qualities) | |
Public Attributes | |
| std::vector< DomainElemQuality > | elem_qualities |
| Bounded (min, max) element quality metrics that should be output. More... | |
| bool | elems = false |
| Markers for whether or not a single item should be output. More... | |
| bool | elem_types = false |
| bool | max_volume = false |
| bool | min_volume = false |
| bool | num_elems = false |
| bool | processor_ids = false |
| bool | bounding_box = false |
| Markers for whether or not a single item should be output. More... | |
| bool | volume = false |
Defines which items are to be output for a domain (sideset or subdomain).
Definition at line 202 of file MeshInfo.h.
|
default |
| MeshInfo::DomainInfoItems::DomainInfoItems | ( | const MultiMooseEnum & | items, |
| const MultiMooseEnum & | elem_qualities | ||
| ) |
Definition at line 205 of file MeshInfo.C.
|
inherited |
Markers for whether or not a single item should be output.
Definition at line 194 of file MeshInfo.h.
| std::vector<DomainElemQuality> MeshInfo::DomainInfoItems::elem_qualities |
Bounded (min, max) element quality metrics that should be output.
Definition at line 218 of file MeshInfo.h.
Referenced by DomainInfoItems().
| bool MeshInfo::DomainInfoItems::elem_types = false |
Definition at line 210 of file MeshInfo.h.
| bool MeshInfo::DomainInfoItems::elems = false |
Markers for whether or not a single item should be output.
Definition at line 209 of file MeshInfo.h.
| bool MeshInfo::DomainInfoItems::max_volume = false |
Definition at line 211 of file MeshInfo.h.
| bool MeshInfo::DomainInfoItems::min_volume = false |
Definition at line 212 of file MeshInfo.h.
| bool MeshInfo::DomainInfoItems::num_elems = false |
Definition at line 213 of file MeshInfo.h.
| bool MeshInfo::DomainInfoItems::processor_ids = false |
Definition at line 214 of file MeshInfo.h.
|
inherited |
Definition at line 195 of file MeshInfo.h.
1.8.14