![]() |
LifeV
|
A Geometric Shape. More...
#include <ElementShapes.hpp>
Inheritance diagram for LinearTetraBubble:
Collaboration diagram for LinearTetraBubble:Static Public Member Functions | |
| static ID | edgeToPoint (ID const &iEdge, ID const &jPoint) |
| static ID | faceToPoint (ID const &iFace, ID const &jPoint) |
| static ID | facetToPoint (ID const &iFacet, ID const &jPoint) |
| static ID | facetToRidge (ID const &iFacet, ID const &jRidge) |
| static ID | facetToPeak (ID const &iFacet, ID const &jPeak) |
Static Public Member Functions inherited from Tetra | |
| static std::pair< ID, bool > | faceToEdge (ID const &iFace, ID const &jEdge) |
Static Public Attributes | |
| static const UInt | S_numPoints = 5 |
| Number of points. More... | |
| static const UInt | S_numPointsPerVertex = 1 |
| Number of points per vertex. More... | |
| static const UInt | S_numPointsPerEdge = 0 |
| Number of points per edge. More... | |
| static const UInt | S_numPointsPerFace = 0 |
| Number of points per face. More... | |
| static const UInt | S_numPointsPerVolume = 1 |
| Number of points per volume. More... | |
| static const UInt | S_numPointsPerElement = S_numPointsPerVolume |
| Number of points per element. More... | |
| static const UInt | S_numPointsPerFacet = S_numPointsPerFace |
| Number of points per facet. More... | |
| static const UInt | S_numPointsPerRidge = S_numPointsPerEdge |
| Number of points per ridge. More... | |
| static const UInt | S_numPointsPerPeak = S_numPointsPerVertex |
| Number of points per peak. More... | |
Static Public Attributes inherited from Tetra | |
| static const ReferenceShapes | S_shape = TETRA |
| Identify the shape. More... | |
| static const ReferenceGeometry | S_geometry = VOLUME |
| Identify the geometric entity. More... | |
| static const UInt | S_nDimensions = 3 |
| Dimensionality. More... | |
| static const UInt | S_numVertices = 4 |
| Number of vertices. More... | |
| static const UInt | S_numFaces = 4 |
| Number of faces. More... | |
| static const UInt | S_numEdges = S_numFaces + S_numVertices - 2 |
| Number of edges. More... | |
| static const UInt | S_numFacets = S_numFaces |
| Number of facets. More... | |
| static const UInt | S_numRidges = S_numEdges |
| Number of ridges. More... | |
| static const UInt | S_numPeaks = S_numVertices |
| Number of peaks. More... | |
Public Types | |
| typedef Tetra | BasRefSha |
| typedef LinearTriangle | GeoBShape |
A Geometric Shape.
Definition at line 663 of file ElementShapes.hpp.
Definition at line 669 of file ElementShapes.hpp.
| typedef LinearTriangle GeoBShape |
Definition at line 670 of file ElementShapes.hpp.
Definition at line 310 of file ElementShapes.cpp.
Here is the caller graph for this function:Definition at line 689 of file ElementShapes.hpp.
Definition at line 695 of file ElementShapes.hpp.
Definition at line 701 of file ElementShapes.hpp.
|
static |
Number of points.
Definition at line 672 of file ElementShapes.hpp.
|
static |
Number of points per vertex.
Definition at line 673 of file ElementShapes.hpp.
|
static |
Number of points per edge.
Definition at line 674 of file ElementShapes.hpp.
|
static |
Number of points per face.
Definition at line 675 of file ElementShapes.hpp.
|
static |
Number of points per volume.
Definition at line 676 of file ElementShapes.hpp.
|
static |
Number of points per element.
Definition at line 677 of file ElementShapes.hpp.
|
static |
Number of points per facet.
Definition at line 678 of file ElementShapes.hpp.
|
static |
Number of points per ridge.
Definition at line 679 of file ElementShapes.hpp.
|
static |
Number of points per peak.
Definition at line 680 of file ElementShapes.hpp.