v0.14.0
Public Member Functions | Public Attributes | List of all members
MoFEM::NodeMergerInterface::FaceMap Struct Reference
Collaboration diagram for MoFEM::NodeMergerInterface::FaceMap:
[legend]

Public Member Functions

 FaceMap (const EntityHandle e, const EntityHandle n0, const EntityHandle n1)
 

Public Attributes

EntityHandle e
 
EntityHandle n0
 
EntityHandle n1
 

Detailed Description

Definition at line 160 of file NodeMerger.hpp.

Constructor & Destructor Documentation

◆ FaceMap()

MoFEM::NodeMergerInterface::FaceMap::FaceMap ( const EntityHandle  e,
const EntityHandle  n0,
const EntityHandle  n1 
)
inline

Definition at line 162 of file NodeMerger.hpp.

163  : e(e), n0(n0), n1(n1) {}

Member Data Documentation

◆ e

EntityHandle MoFEM::NodeMergerInterface::FaceMap::e

Definition at line 161 of file NodeMerger.hpp.

◆ n0

EntityHandle MoFEM::NodeMergerInterface::FaceMap::n0

Definition at line 161 of file NodeMerger.hpp.

◆ n1

EntityHandle MoFEM::NodeMergerInterface::FaceMap::n1

Definition at line 161 of file NodeMerger.hpp.


The documentation for this struct was generated from the following file:
MoFEM::NodeMergerInterface::FaceMap::n1
EntityHandle n1
Definition: NodeMerger.hpp:161
MoFEM::NodeMergerInterface::FaceMap::n0
EntityHandle n0
Definition: NodeMerger.hpp:161
MoFEM::NodeMergerInterface::FaceMap::e
EntityHandle e
Definition: NodeMerger.hpp:161