#include <Quad9.hpp>
|
| static constexpr ElemType | elemType = Quad9 |
| |
| static constexpr int | dim = 2 |
| |
| static constexpr int | order = 2 |
| |
| static constexpr int | numVertices = 4 |
| |
| static constexpr int | numNodes = 9 |
| |
| static constexpr int | numFaces = 4 |
| |
| static constexpr ParamSpace | paramSpace = QuadSpace |
| |
| static constexpr t_real | paramSpaceVol = 4.0 |
| |
| static constexpr std::array< t_real, 3 *9 > | standardCoords |
| |
| static constexpr std::array< std::array< t_index, 10 >, 4 > | faceNodes |
| |
| static constexpr ElemType | elevatedType = UnknownElem |
| |
| static constexpr int | numElevNodes = 0 |
| |
| static constexpr int | numBisect = 4 |
| |
| static constexpr int | numBisectVariants = 1 |
| |
| static constexpr std::array< tBisectSub, 4 > | bisectElements |
| |
| static constexpr int | vtkCellType = 23 |
| |
| static constexpr std::array< int, 9 > | vtkNodeOrder = {0, 1, 2, 3, 4, 5, 6, 7, 8} |
| |
Definition at line 186 of file Quad9.hpp.
◆ GetBisectElemType()
◆ GetFaceType()
◆ bisectElements
Initial value:= {{{0, 4, 8, 7},
{4, 1, 5, 8},
{7, 8, 6, 3},
{8, 5, 2, 6}}}
Definition at line 224 of file Quad9.hpp.
◆ dim
◆ elemType
◆ elevatedType
◆ faceNodes
Initial value:= {{{0, 1, 4},
{1, 2, 5},
{2, 3, 6},
{3, 0, 7}}}
Definition at line 211 of file Quad9.hpp.
◆ numBisect
◆ numBisectVariants
◆ numElevNodes
◆ numFaces
◆ numNodes
◆ numVertices
◆ order
◆ paramSpace
◆ paramSpaceVol
◆ standardCoords
Initial value:= {
-1, -1, 0,
1, -1, 0,
1, 1, 0,
-1, 1, 0,
0, -1, 0,
1, 0, 0,
0, 1, 0,
-1, 0, 0,
0, 0, 0}
Definition at line 198 of file Quad9.hpp.
◆ vtkCellType
◆ vtkNodeOrder
The documentation for this struct was generated from the following file:
- /home/runner/work/DNDSR/DNDSR/src/Geom/Elements/Quad9.hpp