LifeV
|
#include <ElementShapes.hpp>
Static Public Member Functions | |
static ID | faceToPoint (ID const &, ID const &jPoint) |
static std::pair< ID, bool > | faceToEdge (ID const &, ID const &jEdge) |
static ID | facetToPeak (ID const &, ID const &) |
Static Public Attributes | |
static const ReferenceShapes | S_shape = QUAD |
Identify the shape. More... | |
static const ReferenceGeometry | S_geometry = FACE |
Identify the geometric entity. More... | |
static const UInt | S_nDimensions = 2 |
Dimensionality. More... | |
static const UInt | S_numFaces = 1 |
Number of faces. More... | |
static const UInt | S_numVertices = 4 |
Number of vertices. More... | |
static const UInt | S_numEdges = 4 |
Number of edges. More... | |
static const UInt | S_numFacets = S_numEdges |
Number of facets. More... | |
static const UInt | S_numRidges = S_numVertices |
Number of ridges. More... | |
static const UInt | S_numPeaks = 0 |
Number of peaks. More... | |
Definition at line 250 of file ElementShapes.hpp.
Definition at line 264 of file ElementShapes.hpp.
Definition at line 274 of file ElementShapes.hpp.
Definition at line 279 of file ElementShapes.hpp.
|
static |
Identify the shape.
Definition at line 253 of file ElementShapes.hpp.
|
static |
Identify the geometric entity.
Definition at line 254 of file ElementShapes.hpp.
|
static |
Dimensionality.
Definition at line 255 of file ElementShapes.hpp.
|
static |
Number of faces.
Definition at line 256 of file ElementShapes.hpp.
|
static |
Number of vertices.
Definition at line 257 of file ElementShapes.hpp.
|
static |
Number of edges.
Definition at line 258 of file ElementShapes.hpp.
|
static |
Number of facets.
Definition at line 259 of file ElementShapes.hpp.
|
static |
Number of ridges.
Definition at line 260 of file ElementShapes.hpp.
|
static |
Number of peaks.
Definition at line 261 of file ElementShapes.hpp.