|
| static constexpr ElemType | elemType = Tet4 |
| |
| static constexpr int | dim = 3 |
| |
| static constexpr int | order = 1 |
| |
| static constexpr int | numVertices = 4 |
| |
| static constexpr int | numNodes = 4 |
| |
| 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 *4 > | 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 = Tet10 |
| |
| static constexpr int | numElevNodes = 6 |
| |
| static constexpr std::array< tElevSpan, 6 > | elevSpans |
| |
| static constexpr std::array< ElemType, 6 > | elevNodeSpanTypes |
| |
| static constexpr int | vtkCellType = 10 |
| |
| static constexpr std::array< int, 4 > | vtkNodeOrder = {0, 1, 2, 3} |
| |
Definition at line 71 of file Tet4.hpp.