LifeV
BareVertex Struct Reference

The Vertex basis class. More...

#include <MeshElementBare.hpp>

+ Collaboration diagram for BareVertex:

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ BareVertex() [1/2]

BareVertex ( )
inline

Empty Constructor.

Definition at line 156 of file MeshElementBare.hpp.

◆ BareVertex() [2/2]

BareVertex ( ID  i)
inline

Constructor that takes the ID's as parameter.

Parameters
iID of the point

Definition at line 163 of file MeshElementBare.hpp.

Field Documentation

◆ first

ID first

ID which defines the Point.

Definition at line 165 of file MeshElementBare.hpp.


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