LifeV
|
#include <ElementShapes.hpp>
Static Public Member Functions | |
static ID | edgeToPoint (ID const &, ID const &) |
Static Public Attributes | |
static const ReferenceShapes | S_shape = POINT |
Identify the shape. More... | |
static const ReferenceGeometry | S_geometry = VERTEX |
Identify the geometric entity. More... | |
static const UInt | S_nDimensions = 0 |
Dimensionality. More... | |
static const UInt | S_numFaces = 0 |
Number of faces. More... | |
static const UInt | S_numEdges = 0 |
Number of edges. More... | |
static const UInt | S_numVertices = 1 |
Number of vertices. More... | |
static const UInt | S_numFacets = 0 |
Number of facets. More... | |
static const UInt | S_numRidges = 0 |
Number of ridges. More... | |
static const UInt | S_numPeaks = 0 |
Number of peaks. More... | |
Definition at line 146 of file ElementShapes.hpp.
Definition at line 160 of file ElementShapes.hpp.
|
static |
Identify the shape.
Definition at line 149 of file ElementShapes.hpp.
|
static |
Identify the geometric entity.
Definition at line 150 of file ElementShapes.hpp.
|
static |
Dimensionality.
Definition at line 151 of file ElementShapes.hpp.
|
static |
Number of faces.
Definition at line 152 of file ElementShapes.hpp.
|
static |
Number of edges.
Definition at line 153 of file ElementShapes.hpp.
|
static |
Number of vertices.
Definition at line 154 of file ElementShapes.hpp.
|
static |
Number of facets.
Definition at line 155 of file ElementShapes.hpp.
|
static |
Number of ridges.
Definition at line 156 of file ElementShapes.hpp.
|
static |
Number of peaks.
Definition at line 157 of file ElementShapes.hpp.