PABLO  0.1
PArallel Balanced Linear Octree
 All Classes Functions Variables Pages
Class_Local_Tree.hpp
1 #ifndef CLASS_LOCAL_TREE_HPP_
2 #define CLASS_LOCAL_TREE_HPP_
3 
4 
5 // =================================================================================== //
6 // INCLUDES //
7 // =================================================================================== //
8 #include "preprocessor_defines.dat"
9 #include "Class_Global.hpp"
10 #include "Class_Octant.hpp"
11 #include "Class_Intersection.hpp"
12 #include <math.h>
13 #include <stdint.h>
14 #include <vector>
15 #include <string.h>
16 #include <map>
17 #include <iostream>
18 
19 // =================================================================================== //
20 // NAME SPACES //
21 // =================================================================================== //
22 using namespace std;
23 
24 // =================================================================================== //
25 // CLASS DEFINITION //
26 // =================================================================================== //
27 
54 template<int dim>
56 
57 #include "Class_Local_Tree_3D.tpp"
58 #include "Class_Local_Tree_2D.tpp"
59 
60 #endif /* CLASS_LOCAL_TREE_HPP_ */
Local octree portion for each process.