Go to the source code of this file.
|
std::vector< int > | Nektar::Utilities::quadTensorNodeOrdering (const std::vector< int > &nodes, int n) |
| Reorder Gmsh nodes so that they appear in a tensor product format suitable for the interior of a Nektar++ quadrilateral. More...
|
|
std::vector< int > | Nektar::Utilities::triTensorNodeOrdering (const std::vector< int > &nodes, int n) |
| Reorder Gmsh nodes so that they appear in a "tensor product" format suitable for the interior of a Nektar++ triangle. More...
|
|
std::vector< int > | Nektar::Utilities::tetTensorNodeOrdering (const std::vector< int > &nodes, int n) |
| Reorder Gmsh nodes so that they appear in a "tensor product" format suitable for the interior of a Nektar++ tetrahedron. More...
|
|
std::vector< int > | Nektar::Utilities::prismTensorNodeOrdering (const std::vector< int > &nodes, int n) |
| Reorder Gmsh nodes so that they appear in a "tensor product" format suitable for the interior of a Nektar++ prism. This routine is specifically designed for interior Gmsh nodes only. More...
|
|
std::vector< int > | Nektar::Utilities::hexTensorNodeOrdering (const std::vector< int > &nodes, int n) |
| Reorder Gmsh nodes so that they appear in a "tensor product" format suitable for the interior of a Nektar++ hexahedron. More...
|
|