Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs | Enumerations | Functions
Octant.h File Reference
#include <NekMeshUtils/Octree/CurvaturePoint.hpp>
#include <LibUtilities/BasicUtils/SharedArray.hpp>
#include <LibUtilities/Memory/NekMemoryManager.hpp>
Include dependency graph for Octant.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Nektar::NekMeshUtils::Octant
 this class contains the infomration and methods for individal octants in the Octree More...
 

Namespaces

 Nektar
 <
 
 Nektar::NekMeshUtils
 

Typedefs

typedef boost::shared_ptr< Octant > Nektar::NekMeshUtils::OctantSharedPtr
 

Enumerations

enum  Nektar::NekMeshUtils::OctantFace {
  Nektar::NekMeshUtils::eUp, Nektar::NekMeshUtils::eDown, Nektar::NekMeshUtils::eForward, Nektar::NekMeshUtils::eBack,
  Nektar::NekMeshUtils::eLeft, Nektar::NekMeshUtils::eRight
}
 enumeration of the 6 faces of a cube/octant More...
 
enum  Nektar::NekMeshUtils::OctantLocation { Nektar::NekMeshUtils::eInside, Nektar::NekMeshUtils::eOutside, Nektar::NekMeshUtils::eOnBoundary, Nektar::NekMeshUtils::eUnknown }
 enumeration of the possible locations of the octree with respect to the CAD More...
 

Functions

bool Nektar::NekMeshUtils::operator== (OctantSharedPtr const &p1, OctantSharedPtr const &p2)