LifeV
BareEdge Struct Reference

The Edge basis class. More...

#include <MeshElementBare.hpp>

+ Collaboration diagram for BareEdge:

Data Fields

ID first
 First ID which defines the Edge. More...
 
ID second
 Second ID which defines the Edge. More...
 

Constructor & Destructor

 BareEdge ()
 Empty Constructor. More...
 
 BareEdge (ID i, ID j)
 Constructor that takes the ID's as parameter. More...
 

Detailed Description

The Edge basis class.

It contains the attributes common to all Edges. In particular, it contains the two ID's (first and second) of the points at the two ends of the edge.

Invariant
first < second

Definition at line 176 of file MeshElementBare.hpp.

Constructor & Destructor Documentation

◆ BareEdge() [1/2]

BareEdge ( )
inline

Empty Constructor.

Definition at line 181 of file MeshElementBare.hpp.

◆ BareEdge() [2/2]

BareEdge ( ID  i,
ID  j 
)
inline

Constructor that takes the ID's as parameter.

Parameters
iID of the first node of the edge
jID of the second node of the edge

Definition at line 189 of file MeshElementBare.hpp.

+ Here is the caller graph for this function:

Field Documentation

◆ first

ID first

First ID which defines the Edge.

Definition at line 191 of file MeshElementBare.hpp.

◆ second

ID second

Second ID which defines the Edge.

Definition at line 194 of file MeshElementBare.hpp.


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