#include <MeshInfo.h>
Public Member Functions | |
| ElemInfoItems ()=default | |
| ElemInfoItems (const MultiMooseEnum &items, const MultiMooseEnum &elem_qualities) | |
Public Attributes | |
| std::vector< libMesh::ElemQuality > | elem_qualities |
| Element qualities that should be output. More... | |
| bool | dim = false |
| Markers for whether or not a single item should be output. More... | |
| bool | elem_mapping_type = false |
| bool | elem_type = false |
| bool | hmax = false |
| bool | hmin = false |
| bool | neighbor_ids = false |
| bool | node_ids = false |
| bool | num_sides = false |
| bool | points = false |
| bool | processor_id = false |
| bool | unique_id = false |
| bool | bounding_box = false |
| Markers for whether or not a single item should be output. More... | |
| bool | volume = false |
Definition at line 221 of file MeshInfo.h.
|
default |
| MeshInfo::ElemInfoItems::ElemInfoItems | ( | const MultiMooseEnum & | items, |
| const MultiMooseEnum & | elem_qualities | ||
| ) |
Definition at line 221 of file MeshInfo.C.
|
inherited |
Markers for whether or not a single item should be output.
Definition at line 194 of file MeshInfo.h.
| bool MeshInfo::ElemInfoItems::dim = false |
Markers for whether or not a single item should be output.
Definition at line 228 of file MeshInfo.h.
| bool MeshInfo::ElemInfoItems::elem_mapping_type = false |
Definition at line 229 of file MeshInfo.h.
| std::vector<libMesh::ElemQuality> MeshInfo::ElemInfoItems::elem_qualities |
Element qualities that should be output.
Definition at line 241 of file MeshInfo.h.
Referenced by ElemInfoItems(), and MeshInfo::possiblyAddElemInfo().
| bool MeshInfo::ElemInfoItems::elem_type = false |
Definition at line 230 of file MeshInfo.h.
| bool MeshInfo::ElemInfoItems::hmax = false |
Definition at line 231 of file MeshInfo.h.
| bool MeshInfo::ElemInfoItems::hmin = false |
Definition at line 232 of file MeshInfo.h.
| bool MeshInfo::ElemInfoItems::neighbor_ids = false |
Definition at line 233 of file MeshInfo.h.
| bool MeshInfo::ElemInfoItems::node_ids = false |
Definition at line 234 of file MeshInfo.h.
| bool MeshInfo::ElemInfoItems::num_sides = false |
Definition at line 235 of file MeshInfo.h.
| bool MeshInfo::ElemInfoItems::points = false |
Definition at line 236 of file MeshInfo.h.
| bool MeshInfo::ElemInfoItems::processor_id = false |
Definition at line 237 of file MeshInfo.h.
| bool MeshInfo::ElemInfoItems::unique_id = false |
Definition at line 238 of file MeshInfo.h.
|
inherited |
Definition at line 195 of file MeshInfo.h.
1.8.14