LifeV
|
#include <ElementShapes.hpp>
Static Public Member Functions | |
static std::pair< ID, bool > | faceToEdge (ID const &iFace, ID const &jEdge) |
Static Public Attributes | |
static const ReferenceShapes | S_shape = TETRA |
Identify the shape. More... | |
static const ReferenceGeometry | S_geometry = VOLUME |
Identify the geometric entity. More... | |
static const UInt | S_nDimensions = 3 |
Dimensionality. More... | |
static const UInt | S_numVertices = 4 |
Number of vertices. More... | |
static const UInt | S_numFaces = 4 |
Number of faces. More... | |
static const UInt | S_numEdges = S_numFaces + S_numVertices - 2 |
Number of edges. More... | |
static const UInt | S_numFacets = S_numFaces |
Number of facets. More... | |
static const UInt | S_numRidges = S_numEdges |
Number of ridges. More... | |
static const UInt | S_numPeaks = S_numVertices |
Number of peaks. More... | |
Definition at line 287 of file ElementShapes.hpp.
Definition at line 76 of file ElementShapes.cpp.
|
static |
Identify the shape.
Definition at line 290 of file ElementShapes.hpp.
|
static |
Identify the geometric entity.
Definition at line 291 of file ElementShapes.hpp.
|
static |
Dimensionality.
Definition at line 292 of file ElementShapes.hpp.
|
static |
Number of vertices.
Definition at line 293 of file ElementShapes.hpp.
|
static |
Number of faces.
Definition at line 294 of file ElementShapes.hpp.
|
static |
Number of edges.
Definition at line 295 of file ElementShapes.hpp.
|
static |
Number of facets.
Definition at line 296 of file ElementShapes.hpp.
|
static |
Number of ridges.
Definition at line 297 of file ElementShapes.hpp.
|
static |
Number of peaks.
Definition at line 298 of file ElementShapes.hpp.