Xfem
The Xfem Plugin
Loading...
Searching...
No Matches
XfemMeshCopier::SplitEdgeData Struct Reference

Type storing data for an edge incident to a node 'n'. More...

Public Member Functions

 SplitEdgeData (int srcNode)
 

Public Attributes

int _srcNode
 The other node of the edge, different from 'n'.
 
int _inElementIndex
 The element in the incoming side (_srcNode to 'n') in the element orientation. -1 if nonexistant. Value is an index in SplitNodeData._elements.
 
int _outElementIndex
 The element in the outgoing side ('n' to _srcNode) in the element orientation. -1 if nonexistant. Value is an index in SplitNodeData._elements.
 
int _fractureIndex
 If this edge is a fracture edge, stores the index in SplitNodeData._fractures of the fracture. -1 if not a fracture.
 

Detailed Description

Type storing data for an edge incident to a node 'n'.


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