|
| static constexpr ElemType | elemType = Tri6 |
| |
| static constexpr int | dim = 2 |
| |
| static constexpr int | order = 2 |
| |
| static constexpr int | numVertices = 3 |
| |
| static constexpr int | numNodes = 6 |
| |
| static constexpr int | numFaces = 3 |
| |
| static constexpr ParamSpace | paramSpace = TriSpace |
| |
| static constexpr t_real | paramSpaceVol = 0.5 |
| |
| static constexpr std::array< t_real, 3 *6 > | standardCoords |
| |
| static constexpr std::array< std::array< t_index, 10 >, 3 > | 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 = 22 |
| |
| static constexpr std::array< int, 6 > | vtkNodeOrder = {0, 1, 2, 3, 4, 5} |
| |
Definition at line 90 of file Tri6.hpp.