LifeV
|
The Vertex basis class. More...
#include <MeshElementBare.hpp>
Data Fields | |
ID | first |
ID which defines the Point. More... | |
Constructor & Destructor | |
BareVertex () | |
Empty Constructor. More... | |
BareVertex (ID i) | |
Constructor that takes the ID's as parameter. More... | |
The Vertex basis class.
It contains only the ID of the vertex. It is used in 1D geometries for compatibility with more complex entities in 2D and 3D geometries.
Definition at line 151 of file MeshElementBare.hpp.
|
inline |
Empty Constructor.
Definition at line 156 of file MeshElementBare.hpp.
|
inline |
Constructor that takes the ID's as parameter.
i | ID of the point |
Definition at line 163 of file MeshElementBare.hpp.
ID first |
ID which defines the Point.
Definition at line 165 of file MeshElementBare.hpp.