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 = HEXA |
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_numFaces = 6 |
Number of faces. More... | |
static const UInt | S_numVertices = 8 |
Number of vertices. 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 310 of file ElementShapes.hpp.
Definition at line 107 of file ElementShapes.cpp.
|
static |
Identify the shape.
Definition at line 313 of file ElementShapes.hpp.
|
static |
Identify the geometric entity.
Definition at line 314 of file ElementShapes.hpp.
|
static |
Dimensionality.
Definition at line 315 of file ElementShapes.hpp.
|
static |
Number of faces.
Definition at line 316 of file ElementShapes.hpp.
|
static |
Number of vertices.
Definition at line 317 of file ElementShapes.hpp.
|
static |
Number of edges.
Definition at line 318 of file ElementShapes.hpp.
|
static |
Number of facets.
Definition at line 319 of file ElementShapes.hpp.
|
static |
Number of ridges.
Definition at line 320 of file ElementShapes.hpp.
|
static |
Number of peaks.
Definition at line 321 of file ElementShapes.hpp.