Nektar++
Namespaces | Macros | Functions
Tetrahedron.cpp File Reference
#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...
 

Macro Definition Documentation

◆ SWAP

#define SWAP (   a,
 
)    if (a > b) std::swap(a,b);