Base struct for defining which items are to be output for a domain that contains elements (elems, sidesets, subdomains). More...
#include <MeshInfo.h>
Public Member Functions | |
| ElemContainingInfoItems ()=default | |
| ElemContainingInfoItems (const MultiMooseEnum &items) | |
Public Attributes | |
| bool | bounding_box = false |
| Markers for whether or not a single item should be output. More... | |
| bool | volume = false |
Base struct for defining which items are to be output for a domain that contains elements (elems, sidesets, subdomains).
Definition at line 187 of file MeshInfo.h.
|
default |
| MeshInfo::ElemContainingInfoItems::ElemContainingInfoItems | ( | const MultiMooseEnum & | items | ) |
Definition at line 199 of file MeshInfo.C.
| bool MeshInfo::ElemContainingInfoItems::bounding_box = false |
Markers for whether or not a single item should be output.
Definition at line 194 of file MeshInfo.h.
| bool MeshInfo::ElemContainingInfoItems::volume = false |
Definition at line 195 of file MeshInfo.h.
1.8.14