MOAB: Mesh Oriented datABase
(version 5.4.1)
|
Public Member Functions | |
Element () | |
Public Attributes | |
std::vector< size_t > | connectivity |
EntityTopology | topology |
Struct holding an element
Definition at line 232 of file MeshImplData.hpp.
MBMesquite::MeshImplData::Element::Element | ( | ) | [inline] |
Definition at line 236 of file MeshImplData.hpp.
std::vector< size_t > MBMesquite::MeshImplData::Element::connectivity |
list of vertex indices
Definition at line 234 of file MeshImplData.hpp.
Referenced by MBMesquite::MeshImplData::copy_higher_order(), and MBMesquite::MeshImplData::copy_mesh().
element type
Definition at line 235 of file MeshImplData.hpp.
Referenced by MBMesquite::MeshImplData::copy_higher_order(), and MBMesquite::MeshImplData::copy_mesh().