It store the information about the local external ghost box. More...
It store the information about the local external ghost box.
Definition at line 317 of file grid_dist_util.hpp.
#include <grid_dist_util.hpp>
Data Fields | |
::Box< dim, long int > | ebox |
Box defining the external ghost box in local coordinates. | |
bool | initialized = false |
Has this external ghost box initialized. | |
size_t | sub |
sub-domain id of the non-extended sub-domain | |
size_t | sub_gdb_ext |
size_t | k |
external ghost box linked to this internal ghost box | |
comb< dim > | cmb |
Sector position of the local external ghost box. | |
Sector position of the local external ghost box.
Definition at line 336 of file grid_dist_util.hpp.
Box defining the external ghost box in local coordinates.
Definition at line 320 of file grid_dist_util.hpp.
bool e_lbox_id< dim >::initialized = false |
Has this external ghost box initialized.
Definition at line 323 of file grid_dist_util.hpp.
size_t e_lbox_id< dim >::k |
external ghost box linked to this internal ghost box
Definition at line 333 of file grid_dist_util.hpp.
size_t e_lbox_id< dim >::sub |
sub-domain id of the non-extended sub-domain
Definition at line 326 of file grid_dist_util.hpp.
size_t e_lbox_id< dim >::sub_gdb_ext |
to which gdb_ext this external ghost box is linked with (in case of grid defined everywhere these two number match)
Definition at line 330 of file grid_dist_util.hpp.