![]() |
LifeV
|
A Geometric Shape. More...
#include <ElementShapes.hpp>
Inheritance diagram for QuadraticQuad:
Collaboration diagram for QuadraticQuad:Static Public Member Functions | |
| static ID | edgeToPoint (ID const &iEdge, ID const &jPoint) |
| static ID | facetToPoint (ID const &iFacet, ID const &jPoint) |
| static ID | facetToRidge (ID const &iFacet, ID const &jRidge) |
Static Public Member Functions inherited from Quad | |
| 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 UInt | S_numPoints = 9 |
| Number of points. More... | |
| static const UInt | S_numPointsPerVertex = 1 |
| Number of points per vertex. More... | |
| static const UInt | S_numPointsPerEdge = 1 |
| Number of points per edge. More... | |
| static const UInt | S_numPointsPerFace = 1 |
| Number of points per face. More... | |
| static const UInt | S_numPointsPerElement = S_numPointsPerFace |
| Number of points per element. More... | |
| static const UInt | S_numPointsPerFacet = S_numPointsPerEdge |
| Number of points per facet. More... | |
| static const UInt | S_numPointsPerRidge = S_numPointsPerVertex |
| Number of points per ridge. More... | |
| static const UInt | S_numPointsPerPeak = 0 |
| Number of points per peak. More... | |
Static Public Attributes inherited from Quad | |
| 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... | |
Public Types | |
| typedef Quad | BasRefSha |
| typedef QuadraticLine | GeoBShape |
A Geometric Shape.
Definition at line 564 of file ElementShapes.hpp.
Definition at line 570 of file ElementShapes.hpp.
| typedef QuadraticLine GeoBShape |
Definition at line 571 of file ElementShapes.hpp.
Definition at line 229 of file ElementShapes.cpp.
Here is the caller graph for this function:Definition at line 586 of file ElementShapes.hpp.
Definition at line 592 of file ElementShapes.hpp.
|
static |
Number of points.
Definition at line 573 of file ElementShapes.hpp.
|
static |
Number of points per vertex.
Definition at line 574 of file ElementShapes.hpp.
|
static |
Number of points per edge.
Definition at line 575 of file ElementShapes.hpp.
|
static |
Number of points per face.
Definition at line 576 of file ElementShapes.hpp.
|
static |
Number of points per element.
Definition at line 577 of file ElementShapes.hpp.
|
static |
Number of points per facet.
Definition at line 578 of file ElementShapes.hpp.
|
static |
Number of points per ridge.
Definition at line 579 of file ElementShapes.hpp.
|
static |
Number of points per peak.
Definition at line 580 of file ElementShapes.hpp.