Go to the source code of this file.
Classes | |
class | oomph::OcTree |
OcTree class: Recursively defined, generalised octree. More... | |
class | oomph::OcTreeRoot |
OcTreeRoot is a OcTree that forms the root of a (recursive) octree. The "root node" is special as it holds additional information about its neighbours and their relative rotation (inside a OcTreeForest). More... | |
class | oomph::OcTreeForest |
An OcTreeForest consists of a collection of OcTreeRoots. Each member tree can have neighbours to its L/R/U/D/F/B and DB/UP/... and the orientation of their compasses can differ, allowing for complex, unstructured meshes. More... | |
Namespaces | |
namespace | oomph |
DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1). | |
namespace | oomph::OcTreeNames |
Enumerations | |
enum | { oomph::OcTreeNames::LDB , oomph::OcTreeNames::RDB , oomph::OcTreeNames::LUB , oomph::OcTreeNames::RUB , oomph::OcTreeNames::LDF , oomph::OcTreeNames::RDF , oomph::OcTreeNames::LUF , oomph::OcTreeNames::RUF , oomph::OcTreeNames::LB , oomph::OcTreeNames::RB , oomph::OcTreeNames::DB , oomph::OcTreeNames::UB , oomph::OcTreeNames::LD , oomph::OcTreeNames::RD , oomph::OcTreeNames::LU , oomph::OcTreeNames::RU , oomph::OcTreeNames::LF , oomph::OcTreeNames::RF , oomph::OcTreeNames::DF , oomph::OcTreeNames::UF , oomph::OcTreeNames::L , oomph::OcTreeNames::R , oomph::OcTreeNames::D , oomph::OcTreeNames::U , oomph::OcTreeNames::B , oomph::OcTreeNames::F , oomph::OcTreeNames::OMEGA = 26 } |
Directions. OMEGA is used if a direction is undefined in a certain context. More... | |