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