Intersection class definition.
More...
#include "Class_Intersection.hpp"
template<int dim>
class Class_Intersection< dim >
Intersection 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.
The intersection is the face (edge in 2D) or portion of face shared by two octants. An intersection is defined by :
- the owner octants, i.e. the octants sharing the intersection, identified by a couple (array[2]) of indices;
- the index of the face, that contains the intersection, of the first owner;
- an identifier of the octant in the couple with higher level of refinement (0/1) [if same level identifier =0];
- a flag stating if an owner is ghost;
- a flag to communicate if the intersection is new after a mesh refinement.
Definition at line 44 of file Class_Intersection.hpp.
The documentation for this class was generated from the following file: