Struct for element-containing entries (elem, sideset, subdomain). More...
#include <MeshInfo.h>
Public Types | |
| using | id_type = IDType |
Public Member Functions | |
| ElemContainingInfo ()=default | |
| ElemContainingInfo (const IDType id) | |
Public Attributes | |
| BoundingBox | bounding_box |
| Real | volume = 0 |
| IDType | id |
| ID. More... | |
Struct for element-containing entries (elem, sideset, subdomain).
| IDType | The type of the ID. |
Definition at line 99 of file MeshInfo.h.
|
inherited |
Definition at line 84 of file MeshInfo.h.
|
default |
|
inline |
Definition at line 102 of file MeshInfo.h.
| BoundingBox MeshInfo::ElemContainingInfo< IDType >::bounding_box |
Definition at line 105 of file MeshInfo.h.
|
inherited |
ID.
Definition at line 90 of file MeshInfo.h.
| Real MeshInfo::ElemContainingInfo< IDType >::volume = 0 |
Definition at line 107 of file MeshInfo.h.
1.8.14