#include <Tet10.hpp>
|
| static constexpr ElemType | elemType = Tet10 |
| |
| static constexpr int | dim = 3 |
| |
| static constexpr int | order = 2 |
| |
| static constexpr int | numVertices = 4 |
| |
| static constexpr int | numNodes = 10 |
| |
| static constexpr int | numFaces = 4 |
| |
| static constexpr int | numEdges = 6 |
| |
| static constexpr ParamSpace | paramSpace = TetSpace |
| |
| static constexpr t_real | paramSpaceVol = 1.0 / 6.0 |
| |
| static constexpr std::array< t_real, 3 *10 > | standardCoords |
| |
| static constexpr std::array< std::array< t_index, 10 >, 4 > | faceNodes |
| |
| static constexpr std::array< std::array< t_index, 3 >, 6 > | edgeNodes |
| |
| static constexpr ElemType | elevatedType = UnknownElem |
| |
| static constexpr int | numElevNodes = 0 |
| |
| static constexpr int | numBisect = 8 |
| |
| static constexpr int | numBisectVariants = 3 |
| |
| static constexpr std::array< tBisectSub, 24 > | bisectElements |
| |
| static constexpr int | vtkCellType = 24 |
| |
| static constexpr std::array< int, 10 > | vtkNodeOrder = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9} |
| |
Definition at line 128 of file Tet10.hpp.
◆ GetBisectElemType()
◆ GetEdgeType()
◆ GetFaceType()
◆ bisectElements
Initial value:= {{
{0, 4, 6, 7},
{4, 1, 5, 8},
{6, 5, 2, 9},
{9, 7, 8, 3},
{4, 9, 6, 7},
{4, 8, 9, 7},
{4, 9, 8, 5},
{4, 6, 9, 5},
{0, 4, 6, 7},
{4, 1, 5, 8},
{6, 5, 2, 9},
{9, 7, 8, 3},
{5, 6, 7, 9},
{5, 7, 8, 9},
{5, 8, 7, 4},
{5, 7, 6, 4},
{0, 4, 6, 7},
{4, 1, 5, 8},
{6, 5, 2, 9},
{9, 7, 8, 3},
{6, 7, 8, 9},
{6, 8, 5, 9},
{6, 8, 7, 4},
{6, 5, 8, 4}}}
Definition at line 177 of file Tet10.hpp.
◆ dim
◆ edgeNodes
Initial value:= {{{0, 1, 4},
{1, 2, 5},
{2, 0, 6},
{0, 3, 7},
{1, 3, 8},
{2, 3, 9}}}
Definition at line 162 of file Tet10.hpp.
◆ elemType
◆ elevatedType
◆ faceNodes
Initial value:= {{{0, 2, 1, 6, 5, 4},
{0, 1, 3, 4, 8, 7},
{1, 2, 3, 5, 9, 8},
{2, 0, 3, 6, 7, 9}}}
Definition at line 155 of file Tet10.hpp.
◆ numBisect
◆ numBisectVariants
◆ numEdges
◆ numElevNodes
◆ numFaces
◆ numNodes
◆ numVertices
◆ order
◆ paramSpace
◆ paramSpaceVol
◆ standardCoords
Initial value:= {
0, 0, 0,
1, 0, 0,
0, 1, 0,
0, 0, 1,
0.5, 0, 0,
0.5, 0.5, 0,
0, 0.5, 0,
0, 0, 0.5,
0.5, 0, 0.5,
0, 0.5, 0.5}
Definition at line 141 of file Tet10.hpp.
◆ vtkCellType
◆ vtkNodeOrder
| constexpr std::array<int, 10> DNDS::Geom::Elem::ElementTraits< Tet10 >::vtkNodeOrder = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9} |
|
staticconstexpr |
The documentation for this struct was generated from the following file:
- /home/runner/work/DNDSR/DNDSR/src/Geom/Elements/Tet10.hpp