Struct holding an element. More...
Public Member Functions | |
Element () | |
Element () | |
Public Attributes | |
msq_std::vector< size_t > | connectivity |
list of vertex indices More... | |
EntityTopology | topology |
element type More... | |
Struct holding an element.
Definition at line 223 of file includeLinks/MeshImplData.hpp.
|
inline |
Definition at line 226 of file includeLinks/MeshImplData.hpp.
|
inline |
Definition at line 226 of file src/Mesh/MeshImplData.hpp.
msq_std::vector< size_t > connectivity |
list of vertex indices
Definition at line 224 of file includeLinks/MeshImplData.hpp.
Referenced by MeshImplData::copy_higher_order(), and MeshImplData::copy_mesh().
EntityTopology topology |
element type
Definition at line 225 of file includeLinks/MeshImplData.hpp.
Referenced by MeshImplData::copy_higher_order(), and MeshImplData::copy_mesh().