#include <Prism6.hpp>
|
| static constexpr ElemType | elemType = Prism6 |
| |
| static constexpr int | dim = 3 |
| |
| static constexpr int | order = 1 |
| |
| static constexpr int | numVertices = 6 |
| |
| static constexpr int | numNodes = 6 |
| |
| static constexpr int | numFaces = 5 |
| |
| static constexpr int | numEdges = 9 |
| |
| static constexpr ParamSpace | paramSpace = PrismSpace |
| |
| static constexpr t_real | paramSpaceVol = 1.0 |
| |
| static constexpr std::array< t_real, 3 *6 > | standardCoords |
| |
| static constexpr std::array< std::array< t_index, 10 >, 5 > | faceNodes |
| |
| static constexpr std::array< std::array< t_index, 3 >, 9 > | edgeNodes |
| |
| static constexpr ElemType | elevatedType = Prism18 |
| |
| static constexpr int | numElevNodes = 12 |
| |
| static constexpr std::array< tElevSpan, 12 > | elevSpans |
| |
| static constexpr std::array< ElemType, 12 > | elevNodeSpanTypes |
| |
| static constexpr int | vtkCellType = 13 |
| |
| static constexpr std::array< int, 6 > | vtkNodeOrder = {0, 1, 2, 3, 4, 5} |
| |
Definition at line 101 of file Prism6.hpp.
◆ GetEdgeType()
◆ GetFaceType()
◆ dim
◆ edgeNodes
Initial value:= {{{0, 1},
{1, 2},
{2, 0},
{0, 3},
{1, 4},
{2, 5},
{3, 4},
{4, 5},
{5, 3}}}
Definition at line 137 of file Prism6.hpp.
◆ elemType
◆ elevatedType
◆ elevNodeSpanTypes
Initial value:= {
Line2,
Line2,
Line2,
Line2,
Line2,
Line2,
Line2,
Line2,
Line2,
Quad4,
Quad4,
Quad4}
Definition at line 163 of file Prism6.hpp.
◆ elevSpans
Initial value:= {{{0, 1},
{1, 2},
{2, 0},
{3, 4},
{4, 5},
{5, 3},
{0, 3},
{1, 4},
{2, 5},
{0, 1, 4, 3},
{1, 2, 5, 4},
{2, 0, 3, 5}}}
Definition at line 150 of file Prism6.hpp.
◆ faceNodes
Initial value:= {{{0, 1, 4, 3},
{1, 2, 5, 4},
{2, 0, 3, 5},
{0, 2, 1},
{3, 4, 5}}}
Definition at line 129 of file Prism6.hpp.
◆ numEdges
◆ numElevNodes
◆ numFaces
◆ numNodes
◆ numVertices
◆ order
◆ paramSpace
◆ paramSpaceVol
◆ standardCoords
Initial value:= {
0, 0, -1,
1, 0, -1,
0, 1, -1,
0, 0, 1,
1, 0, 1,
0, 1, 1}
Definition at line 114 of file Prism6.hpp.
◆ vtkCellType
◆ vtkNodeOrder
The documentation for this struct was generated from the following file:
- /home/runner/work/DNDSR/DNDSR/src/Geom/Elements/Prism6.hpp