LifeV
Line Class Reference

#include <ElementShapes.hpp>

+ Inheritance diagram for Line:
+ Collaboration diagram for Line:

Static Public Member Functions

static ID edgeToPoint (ID const &, ID const &jPoint)
 
static ID facetToPoint (ID const &iFacet, ID const &)
 
static ID facetToRidge (ID const &, ID const &)
 
static ID facetToPeak (ID const &, ID const &)
 
static std::pair< ID, bool > faceToEdge (ID const &, ID const &)
 

Static Public Attributes

static const ReferenceShapes S_shape = LINE
 Identify the shape. More...
 
static const ReferenceGeometry S_geometry = EDGE
 Identify the geometric entity. More...
 
static const UInt S_nDimensions = 1
 Dimensionality. More...
 
static const UInt S_numFaces = 0
 Number of faces. More...
 
static const UInt S_numEdges = 1
 Number of edges. More...
 
static const UInt S_numVertices = 2
 Number of vertices. More...
 
static const UInt S_numFacets = S_numVertices
 Number of facets. More...
 
static const UInt S_numRidges = 0
 Number of ridges. More...
 
static const UInt S_numPeaks = 0
 Number of peaks. More...
 

Detailed Description

Definition at line 169 of file ElementShapes.hpp.

Member Function Documentation

◆ edgeToPoint()

static ID edgeToPoint ( ID const &  ,
ID const &  jPoint 
)
inlinestatic
Returns
the local ID of the j-th point of the i-th edge

Definition at line 183 of file ElementShapes.hpp.

◆ facetToPoint()

static ID facetToPoint ( ID const &  iFacet,
ID const &   
)
inlinestatic
Returns
the local ID of the j-th point of the i-th facet

Definition at line 189 of file ElementShapes.hpp.

◆ facetToRidge()

static ID facetToRidge ( ID const &  ,
ID const &   
)
inlinestatic

Definition at line 194 of file ElementShapes.hpp.

◆ facetToPeak()

static ID facetToPeak ( ID const &  ,
ID const &   
)
inlinestatic

Definition at line 199 of file ElementShapes.hpp.

◆ faceToEdge()

static std::pair<ID, bool> faceToEdge ( ID const &  ,
ID const &   
)
inlinestatic

Definition at line 204 of file ElementShapes.hpp.

Field Documentation

◆ S_shape

const ReferenceShapes S_shape = LINE
static

Identify the shape.

Definition at line 172 of file ElementShapes.hpp.

◆ S_geometry

const ReferenceGeometry S_geometry = EDGE
static

Identify the geometric entity.

Definition at line 173 of file ElementShapes.hpp.

◆ S_nDimensions

const UInt S_nDimensions = 1
static

Dimensionality.

Definition at line 174 of file ElementShapes.hpp.

◆ S_numFaces

const UInt S_numFaces = 0
static

Number of faces.

Definition at line 175 of file ElementShapes.hpp.

◆ S_numEdges

const UInt S_numEdges = 1
static

Number of edges.

Definition at line 176 of file ElementShapes.hpp.

◆ S_numVertices

const UInt S_numVertices = 2
static

Number of vertices.

Definition at line 177 of file ElementShapes.hpp.

◆ S_numFacets

const UInt S_numFacets = S_numVertices
static

Number of facets.

Definition at line 178 of file ElementShapes.hpp.

◆ S_numRidges

const UInt S_numRidges = 0
static

Number of ridges.

Definition at line 179 of file ElementShapes.hpp.

◆ S_numPeaks

const UInt S_numPeaks = 0
static

Number of peaks.

Definition at line 180 of file ElementShapes.hpp.


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