Local octree portion for each process. More...
#include "Class_Local_Tree.hpp"
Local octree portion for each process.
Local tree consists mainly of two vectors with:
The octants (and ghosts) are ordered following the Z-curve defined by the Morton index.
Optionally in local tree three vectors of intersections are stored:
Class Local_Tree is a templated class in dimensional parameter int dim and it accepts only two values: dim=2 and dim=3, obviously for 2D and 3D respectively.
Definition at line 55 of file Class_Local_Tree.hpp.