OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
GBoxes.hpp
1 /*
2  * Gboxes.hpp
3  *
4  * Created on: May 2, 2017
5  * Author: i-bird
6  */
7 
8 #ifndef OPENFPM_IO_SRC_UTIL_GBOXES_HPP_
9 #define OPENFPM_IO_SRC_UTIL_GBOXES_HPP_
10 
11 
38 template<unsigned int dim>
39 struct GBoxes
40 {
47 
53  static bool noPointers()
54  {
55  return true;
56  }
57 };
58 
59 
60 #endif /* OPENFPM_IO_SRC_UTIL_GBOXES_HPP_ */
static bool noPointers()
Indicate that this structure has no pointers inside.
Definition: GBoxes.hpp:53
Box< dim, long int > Dbox
Domain box.
Definition: GBoxes.hpp:44
This structure store the Box that define the domain inside the Ghost + domain box.
Definition: GBoxes.hpp:39
Point< dim, long int > origin
origin of GDbox in global grid coordinates
Definition: GBoxes.hpp:46
Box< dim, long int > GDbox
Ghost + Domain ghost.
Definition: GBoxes.hpp:42