FleCSI Core API Version: 2.3.2
 
Loading...
Searching...
No Matches
N-dimensional Tree

Binary, Quad and Oct Tree topology. More...

Classes

struct  ntree< Policy >::access< Priv >
 See specialization_base::interface. More...
 
class  hcell_base_t< DIM, T, KEY >
 Base type for an entry in the hashtable This type can point to either a node or an entity in the ntree. More...
 
struct  ntree< Policy >
 The ntree topology represents a binary, quad or octree stored/accessed using a hashtable. More...
 
struct  ntree_base
 Ntree topology base. More...
 
struct  ntree_specialization
 Example specialization which is not really implemented. More...
 

Detailed Description

Binary, Quad and Oct Tree topology.

The ntree topology is using a hashing table to store and access the entities and nodes of the tree.

Warning
Only the Legion backend is supported for the N-Tree topology
N-Tree topology does not have support for Ragged or Sparse fields