Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MeshImplData::Element Struct Reference

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...
 

Detailed Description

Struct holding an element.

Definition at line 223 of file includeLinks/MeshImplData.hpp.

Constructor & Destructor Documentation

Element ( )
inline

Definition at line 226 of file includeLinks/MeshImplData.hpp.

227  : topology(MIXED)
228  {}
Element ( )
inline

Definition at line 226 of file src/Mesh/MeshImplData.hpp.

227  : topology(MIXED)
228  {}

Member Data Documentation

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().


The documentation for this struct was generated from the following files: