LifeV
|
A Geometric Shape. More...
#include <ElementShapes.hpp>
Static Public Attributes | |
static const UInt | S_numPoints = 2 |
Number of points. More... | |
static const UInt | S_numPointsPerEdge = 0 |
Number of points per edge. More... | |
static const UInt | S_numPointsPerVertex = 1 |
Number of points per vertex. More... | |
static const UInt | S_numPointsPerElement = S_numPointsPerEdge |
Number of points per element. More... | |
static const UInt | S_numPointsPerFacet = S_numPointsPerVertex |
Number of points per facet. More... | |
static const UInt | S_numPointsPerRidge = 0 |
Number of points per ridge. More... | |
static const UInt | S_numPointsPerPeak = 0 |
Number of points per peak. More... | |
Static Public Attributes inherited from Line | |
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... | |
Public Types | |
typedef Line | BasRefSha |
typedef GeoPoint | GeoBShape |
Geometric shape of the boundary. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Line | |
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 &) |
A Geometric Shape.
Definition at line 375 of file ElementShapes.hpp.
Definition at line 381 of file ElementShapes.hpp.
Geometric shape of the boundary.
Definition at line 382 of file ElementShapes.hpp.
|
static |
Number of points.
Definition at line 384 of file ElementShapes.hpp.
|
static |
Number of points per edge.
Definition at line 385 of file ElementShapes.hpp.
|
static |
Number of points per vertex.
Definition at line 386 of file ElementShapes.hpp.
|
static |
Number of points per element.
Definition at line 387 of file ElementShapes.hpp.
|
static |
Number of points per facet.
Definition at line 388 of file ElementShapes.hpp.
|
static |
Number of points per ridge.
Definition at line 389 of file ElementShapes.hpp.
|
static |
Number of points per peak.
Definition at line 390 of file ElementShapes.hpp.