template<>
class Class_Local_Tree< 2 >
Local octree portion for each process - 2D specialization.
Class_Local_Tree_2D.tpp
- Date
- 23/apr/2014
- Authors
- Edoardo Lombardi
-
Marco Cisternino
- Version
- 0.1
- Copyright
- Copyright 2014 Optimad engineering srl. All rights reserved.
- License:
- This version of PABLO is released under the LGPL License.
Local tree consists mainly of two vectors with:
- actual octants stored on current process;
- ghost octants neighbours of the first ones.
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:
- intersections located on the bord of the physical domain of the octree;
- intersections of process bord (i.e. between octants and ghosts);
- intersections completely located in the domain of the process (i.e. between actual octants).
Definition at line 32 of file Class_Local_Tree_2D.tpp.