PABLO  0.1
PArallel Balanced Linear Octree
 All Classes Functions Variables Pages
Class_Global.hpp
1 #ifndef CLASS_GLOBAL_HPP_
2 #define CLASS_GLOBAL_HPP_
3 
4 #include "preprocessor_defines.dat"
5 #include <math.h>
6 #include <stdint.h>
7 
25 template <int dim>
27 
28 #include "Class_Global_2D.tpp"
29 #include "Class_Global_3D.tpp"
30 
31 extern const Class_Global<2> global2D;
32 extern const Class_Global<3> global3D;
33 
34 
35 #endif /* CLASS_GLOBAL_HPP_ */
Global variables used in PABLO - 2D specialization.
Global variables used in PABLO.
Global variables used in PABLO - 3D specialization.