Nektar++
|
#include <StdRegions/StdNodalTetExp.h>
#include <LocalRegions/TetExp.h>
#include <SpatialDomains/TetGeom.h>
#include <NekMeshUtils/MeshElements/Tetrahedron.h>
#include <NekMeshUtils/MeshElements/Triangle.h>
#include <LibUtilities/BasicUtils/HashUtils.hpp>
#include <LibUtilities/Foundations/ManagerAccess.h>
Go to the source code of this file.
Namespaces | |
Nektar | |
Nektar::NekMeshUtils | |
Macros | |
#define | SWAP(a, b) if (a > b) std::swap(a,b); |
Functions | |
template<typename K > | |
void | Nektar::NekMeshUtils::sort3 (K &x, K &y, K &z) |
Helper function to sort 3 numbers using sorting network. More... | |
#define SWAP | ( | a, | |
b | |||
) | if (a > b) std::swap(a,b); |
Referenced by Nektar::NekMeshUtils::sort3().