Structure for a single elem entry. More...
#include <MeshInfo.h>
Public Types | |
| using | id_type = dof_id_type |
Public Member Functions | |
| ElemInfo ()=default | |
| ElemInfo (const dof_id_type id, const SubdomainID subdomain_id) | |
Public Attributes | |
| SubdomainID | subdomain_id |
| The element's subdomain ID. More... | |
| std::vector< std::pair< libMesh::ElemQuality, Real > > | elem_qualities |
| Evaluated element qualities. More... | |
| unsigned short | dim |
| The dimensionality of the element. More... | |
| libMesh::ElemMappingType | elem_mapping_type |
| The element mapping type. More... | |
| libMesh::ElemType | elem_type |
| The element type. More... | |
| Real | hmax |
| The maximum vertex seperation for the element. More... | |
| Real | hmin |
| The minimum vertex seperation for the element. More... | |
| std::vector< dof_id_type > | neighbor_ids |
| The ID of each neighbor (indexed by side) More... | |
| std::vector< dof_id_type > | node_ids |
| The IDs of each node. More... | |
| unsigned int | num_sides |
| The number of sides on the element. More... | |
| std::vector< Point > | points |
| The element's points. More... | |
| processor_id_type | processor_id |
| The processor ID the element is on. More... | |
| unique_id_type | unique_id |
| Unique ID of the element. More... | |
| BoundingBox | bounding_box |
| Real | volume |
| dof_id_type | id |
| ID. More... | |
Structure for a single elem entry.
Definition at line 147 of file MeshInfo.h.
|
inherited |
Definition at line 84 of file MeshInfo.h.
|
default |
|
inline |
Definition at line 150 of file MeshInfo.h.
|
inherited |
Definition at line 105 of file MeshInfo.h.
| unsigned short MeshInfo::ElemInfo::dim |
The dimensionality of the element.
Definition at line 160 of file MeshInfo.h.
| libMesh::ElemMappingType MeshInfo::ElemInfo::elem_mapping_type |
The element mapping type.
Definition at line 162 of file MeshInfo.h.
| std::vector<std::pair<libMesh::ElemQuality, Real> > MeshInfo::ElemInfo::elem_qualities |
Evaluated element qualities.
Definition at line 158 of file MeshInfo.h.
| libMesh::ElemType MeshInfo::ElemInfo::elem_type |
The element type.
Definition at line 164 of file MeshInfo.h.
| Real MeshInfo::ElemInfo::hmax |
The maximum vertex seperation for the element.
Definition at line 166 of file MeshInfo.h.
| Real MeshInfo::ElemInfo::hmin |
The minimum vertex seperation for the element.
Definition at line 168 of file MeshInfo.h.
|
inherited |
ID.
Definition at line 90 of file MeshInfo.h.
| std::vector<dof_id_type> MeshInfo::ElemInfo::neighbor_ids |
The ID of each neighbor (indexed by side)
Definition at line 170 of file MeshInfo.h.
| std::vector<dof_id_type> MeshInfo::ElemInfo::node_ids |
The IDs of each node.
Definition at line 172 of file MeshInfo.h.
| unsigned int MeshInfo::ElemInfo::num_sides |
The number of sides on the element.
Definition at line 174 of file MeshInfo.h.
| std::vector<Point> MeshInfo::ElemInfo::points |
The element's points.
Definition at line 176 of file MeshInfo.h.
| processor_id_type MeshInfo::ElemInfo::processor_id |
The processor ID the element is on.
Definition at line 178 of file MeshInfo.h.
| SubdomainID MeshInfo::ElemInfo::subdomain_id |
The element's subdomain ID.
Definition at line 156 of file MeshInfo.h.
| unique_id_type MeshInfo::ElemInfo::unique_id |
Unique ID of the element.
Definition at line 180 of file MeshInfo.h.
|
inherited |
Definition at line 107 of file MeshInfo.h.
1.8.14