#include <Pyramid5.hpp>
|
| static constexpr ElemType | elemType = Pyramid5 |
| |
| static constexpr int | dim = 3 |
| |
| static constexpr int | order = 1 |
| |
| static constexpr int | numVertices = 5 |
| |
| static constexpr int | numNodes = 5 |
| |
| static constexpr int | numFaces = 5 |
| |
| static constexpr int | numEdges = 8 |
| |
| static constexpr ParamSpace | paramSpace = PyramidSpace |
| |
| static constexpr t_real | paramSpaceVol = 4.0 / 3.0 |
| |
| static constexpr std::array< t_real, 3 *5 > | standardCoords |
| |
| static constexpr std::array< std::array< t_index, 10 >, 5 > | faceNodes |
| |
| static constexpr std::array< std::array< t_index, 3 >, 8 > | edgeNodes |
| |
| static constexpr ElemType | elevatedType = Pyramid14 |
| |
| static constexpr int | numElevNodes = 9 |
| |
| static constexpr std::array< tElevSpan, 9 > | elevSpans |
| |
| static constexpr std::array< ElemType, 9 > | elevNodeSpanTypes |
| |
| static constexpr int | vtkCellType = 14 |
| |
| static constexpr std::array< int, 5 > | vtkNodeOrder = {0, 1, 2, 3, 4} |
| |
Definition at line 170 of file Pyramid5.hpp.
◆ GetEdgeType()
◆ GetFaceType()
◆ dim
◆ edgeNodes
Initial value:= {{{0, 1},
{1, 2},
{2, 3},
{3, 0},
{0, 4},
{1, 4},
{2, 4},
{3, 4}}}
Definition at line 205 of file Pyramid5.hpp.
◆ elemType
◆ elevatedType
◆ elevNodeSpanTypes
◆ elevSpans
Initial value:= {{{0, 1},
{1, 2},
{2, 3},
{3, 0},
{0, 4},
{1, 4},
{2, 4},
{3, 4},
{0, 3, 2, 1}}}
Definition at line 217 of file Pyramid5.hpp.
◆ faceNodes
Initial value:= {{{0, 3, 2, 1},
{0, 1, 4},
{1, 2, 4},
{2, 3, 4},
{3, 0, 4}}}
Definition at line 197 of file Pyramid5.hpp.
◆ numEdges
◆ numElevNodes
◆ numFaces
◆ numNodes
◆ numVertices
◆ order
◆ paramSpace
◆ paramSpaceVol
◆ standardCoords
Initial value:= {
-1, -1, 0,
1, -1, 0,
1, 1, 0,
-1, 1, 0,
0, 0, 1}
Definition at line 183 of file Pyramid5.hpp.
◆ vtkCellType
◆ vtkNodeOrder
The documentation for this struct was generated from the following file:
- /home/runner/work/DNDSR/DNDSR/src/Geom/Elements/Pyramid5.hpp