LifeV
|
#include <ElementShapes.hpp>
Static Public Member Functions | |
static ID | edgeToPoint (ID const &, ID const &jPoint) |
static ID | facetToPoint (ID const &iFacet, ID const &) |
static ID | facetToRidge (ID const &, ID const &) |
static ID | facetToPeak (ID const &, ID const &) |
static std::pair< ID, bool > | faceToEdge (ID const &, ID const &) |
Static Public Attributes | |
static const ReferenceShapes | S_shape = LINE |
Identify the shape. More... | |
static const ReferenceGeometry | S_geometry = EDGE |
Identify the geometric entity. More... | |
static const UInt | S_nDimensions = 1 |
Dimensionality. More... | |
static const UInt | S_numFaces = 0 |
Number of faces. More... | |
static const UInt | S_numEdges = 1 |
Number of edges. More... | |
static const UInt | S_numVertices = 2 |
Number of vertices. More... | |
static const UInt | S_numFacets = S_numVertices |
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 169 of file ElementShapes.hpp.
Definition at line 183 of file ElementShapes.hpp.
Definition at line 189 of file ElementShapes.hpp.
Definition at line 194 of file ElementShapes.hpp.
Definition at line 199 of file ElementShapes.hpp.
Definition at line 204 of file ElementShapes.hpp.
|
static |
Identify the shape.
Definition at line 172 of file ElementShapes.hpp.
|
static |
Identify the geometric entity.
Definition at line 173 of file ElementShapes.hpp.
|
static |
Dimensionality.
Definition at line 174 of file ElementShapes.hpp.
|
static |
Number of faces.
Definition at line 175 of file ElementShapes.hpp.
|
static |
Number of edges.
Definition at line 176 of file ElementShapes.hpp.
|
static |
Number of vertices.
Definition at line 177 of file ElementShapes.hpp.
|
static |
Number of facets.
Definition at line 178 of file ElementShapes.hpp.
|
static |
Number of ridges.
Definition at line 179 of file ElementShapes.hpp.
|
static |
Number of peaks.
Definition at line 180 of file ElementShapes.hpp.