|
| static constexpr ElemType | elemType = Hex8 |
| |
| static constexpr int | dim = 3 |
| |
| static constexpr int | order = 1 |
| |
| static constexpr int | numVertices = 8 |
| |
| static constexpr int | numNodes = 8 |
| |
| static constexpr int | numFaces = 6 |
| |
| static constexpr int | numEdges = 12 |
| |
| static constexpr ParamSpace | paramSpace = HexSpace |
| |
| static constexpr t_real | paramSpaceVol = 8.0 |
| |
| static constexpr std::array< t_real, 3 *8 > | standardCoords |
| |
| static constexpr std::array< std::array< t_index, 10 >, 6 > | faceNodes |
| |
| static constexpr std::array< std::array< t_index, 3 >, 12 > | edgeNodes |
| |
| static constexpr ElemType | elevatedType = Hex27 |
| |
| static constexpr int | numElevNodes = 19 |
| |
| static constexpr std::array< tElevSpan, 19 > | elevSpans |
| |
| static constexpr std::array< ElemType, 19 > | elevNodeSpanTypes |
| |
| static constexpr int | vtkCellType = 12 |
| |
| static constexpr std::array< int, 8 > | vtkNodeOrder = {0, 1, 2, 3, 4, 5, 6, 7} |
| |
Definition at line 168 of file Hex8.hpp.