Chaste  Release::2024.1
ElementData Struct Reference

#include <AbstractMeshReader.hpp>

+ Collaboration diagram for ElementData:

Public Attributes

std::vector< unsignedNodeIndices
 
double AttributeValue
 
unsigned ContainingElement
 

Detailed Description

Helper structure that stores the nodes and any attribute value associated with an Element.

Definition at line 51 of file AbstractMeshReader.hpp.

Member Data Documentation

◆ AttributeValue

◆ ContainingElement

unsigned ElementData::ContainingElement

Only applies to boundary elements: which element contains this boundary element. Only set if reader called with correct params

Definition at line 60 of file AbstractMeshReader.hpp.

Referenced by TrianglesMeshReader< ELEMENT_DIM, SPACE_DIM >::GetNextFaceData().

◆ NodeIndices


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