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 = TRIANGLE |
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_numVertices = 3 |
Number of vertices. More... | |
static const UInt | S_numEdges = 3 |
Number of edges. More... | |
static const UInt | S_numFaces = 1 |
Number of faces. 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 213 of file ElementShapes.hpp.
Definition at line 227 of file ElementShapes.hpp.
Definition at line 237 of file ElementShapes.hpp.
Definition at line 242 of file ElementShapes.hpp.
|
static |
Identify the shape.
Definition at line 216 of file ElementShapes.hpp.
|
static |
Identify the geometric entity.
Definition at line 217 of file ElementShapes.hpp.
|
static |
Dimensionality.
Definition at line 218 of file ElementShapes.hpp.
|
static |
Number of vertices.
Definition at line 219 of file ElementShapes.hpp.
|
static |
Number of edges.
Definition at line 220 of file ElementShapes.hpp.
|
static |
Number of faces.
Definition at line 221 of file ElementShapes.hpp.
|
static |
Number of facets.
Definition at line 222 of file ElementShapes.hpp.
|
static |
Number of ridges.
Definition at line 223 of file ElementShapes.hpp.
|
static |
Number of peaks.
Definition at line 224 of file ElementShapes.hpp.