#include <Pyramid14.hpp>
|
| static constexpr ElemType | elemType = Pyramid14 |
| |
| static constexpr int | dim = 3 |
| |
| static constexpr int | order = 2 |
| |
| static constexpr int | numVertices = 5 |
| |
| static constexpr int | numNodes = 14 |
| |
| 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 *14 > | 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 = UnknownElem |
| |
| static constexpr int | numElevNodes = 0 |
| |
| static constexpr int | numBisect = 12 |
| |
| static constexpr int | numBisectVariants = 2 |
| |
| static constexpr std::array< tBisectSub, 24 > | bisectElements |
| |
| static constexpr int | vtkCellType = 27 |
| |
| static constexpr std::array< int, 14 > | vtkNodeOrder = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13} |
| |
Definition at line 663 of file Pyramid14.hpp.
◆ GetBisectElemType()
◆ GetEdgeType()
◆ GetFaceType()
◆ bisectElements
Initial value:= {{
{0, 5, 13, 8, 9},
{5, 1, 6, 13, 10},
{8, 13, 7, 3, 12},
{13, 6, 2, 7, 11},
{12, 9, 8, 13},
{9, 10, 5, 13},
{10, 11, 6, 13},
{11, 12, 7, 13},
{9, 11, 12, 4},
{9, 10, 11, 4},
{9, 11, 10, 13},
{9, 12, 11, 13},
{0, 5, 13, 8, 9},
{5, 1, 6, 13, 10},
{8, 13, 7, 3, 12},
{13, 6, 2, 7, 11},
{12, 9, 8, 13},
{9, 10, 5, 13},
{10, 11, 6, 13},
{11, 12, 7, 13},
{10, 12, 9, 4},
{10, 11, 12, 4},
{10, 12, 11, 13},
{10, 9, 12, 13}}}
Definition at line 729 of file Pyramid14.hpp.
◆ dim
◆ edgeNodes
Initial value:= {{{0, 1, 5},
{1, 2, 6},
{2, 3, 7},
{3, 0, 8},
{0, 4, 9},
{1, 4, 10},
{2, 4, 11},
{3, 4, 12}}}
Definition at line 707 of file Pyramid14.hpp.
◆ elemType
◆ elevatedType
◆ faceNodes
Initial value:= {{{0, 3, 2, 1, 8, 7, 6, 5, 13},
{0, 1, 4, 5, 10, 9},
{1, 2, 4, 6, 11, 10},
{2, 3, 4, 7, 12, 11},
{3, 0, 4, 8, 9, 12}}}
Definition at line 699 of file Pyramid14.hpp.
◆ numBisect
◆ numBisectVariants
◆ 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,
0, -1, 0,
1, 0, 0,
0, 1, 0,
-1, 0, 0,
-0.5, -0.5, 0.5,
0.5, -0.5, 0.5,
0.5, 0.5, 0.5,
-0.5, 0.5, 0.5,
0, 0, 0}
Definition at line 676 of file Pyramid14.hpp.
◆ vtkCellType
◆ vtkNodeOrder
| constexpr std::array<int, 14> DNDS::Geom::Elem::ElementTraits< Pyramid14 >::vtkNodeOrder = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13} |
|
staticconstexpr |
The documentation for this struct was generated from the following file: