LifeV
|
The Edge basis class. More...
#include <MeshElementBare.hpp>
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... | |
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.
Definition at line 176 of file MeshElementBare.hpp.
|
inline |
Empty Constructor.
Definition at line 181 of file MeshElementBare.hpp.
Constructor that takes the ID's as parameter.
i | ID of the first node of the edge |
j | ID of the second node of the edge |
Definition at line 189 of file MeshElementBare.hpp.
ID first |
First ID which defines the Edge.
Definition at line 191 of file MeshElementBare.hpp.
ID second |
Second ID which defines the Edge.
Definition at line 194 of file MeshElementBare.hpp.