Octant class definition.
More...
#include "Class_Octant.hpp"
template<int dim>
class Class_Octant< dim >
Octant class definition.
- 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.
Octants are the grid elements of PABLO. In the logical domain octants are squares or cubes, depending on dimension, with size function of their level. Each octant has nodes and faces ordered with Z-order.
The main feature of each octant are:
- x,y,z : coordinates of the node 0 of the octant;
- Morton index : classical Morton index defined anly by the coordinates (info about level used additionally for equality operator);
- marker : refinement marker can assume negative, positive or zero values, wich mean a coarsening, refinement and none adaptation respectively;
- level : octant level in the octree, zero for the first upper level.
- balance : flag to fix if the octant has to 2:1 balanced with respect to its face neighbours.
Definition at line 50 of file Class_Octant.hpp.
The documentation for this class was generated from the following file: