LifeV
|
The base Face class. More...
#include <MeshElementBare.hpp>
Constructor & Destructor | |
ID | first |
First ID which defines the BareFace. More... | |
ID | second |
Second ID which defines the BareFace. More... | |
ID | third |
Third ID which defines the BareFace. More... | |
BareFace () | |
Empty Constructor. More... | |
BareFace (ID i, ID j, ID k) | |
Constructor that takes the ID's as parameter. More... | |
BareFace (ID id, const BareEdge &edge) | |
Constructor that takes a BareEdge object and an ID. The face is then identified by the ID. More... | |
The base Face class.
It contains the attributes common to all Faces. In particular, a it contains three ID's (first, second and third) of points at face vertex, chosen so to uniquely identify the face.
Definition at line 203 of file MeshElementBare.hpp.
|
inline |
Empty Constructor.
Definition at line 208 of file MeshElementBare.hpp.
Constructor that takes the ID's as parameter.
i | ID of the first node of the face |
j | ID of the second node of the face |
k | ID of the third node of the faceLF TO BE CHANGED. THIS CONSTRUCTOR MAY MAKE COMPARISON OPERATOR USELESS |
Definition at line 219 of file MeshElementBare.hpp.
Constructor that takes a BareEdge object and an ID. The face is then identified by the ID.
id | of the third point defining the face |
id | of the edgedefining the face |
Definition at line 229 of file MeshElementBare.hpp.
ID first |
First ID which defines the BareFace.
Definition at line 231 of file MeshElementBare.hpp.
ID second |
Second ID which defines the BareFace.
Definition at line 233 of file MeshElementBare.hpp.
ID third |
Third ID which defines the BareFace.
Definition at line 234 of file MeshElementBare.hpp.