It store all the boxes of the near processors in a linear array. More...
It store all the boxes of the near processors in a linear array.
Definition at line 299 of file common.hpp.
#include <common.hpp>
Public Member Functions | |
bool | operator== (const p_box &pb) |
Check if two p_box are the same. | |
Data Fields | |
::Box< dim, T > | box |
size_t | lc_proc |
local processor id | |
size_t | proc |
processor rank | |
size_t | shift_id |
shift vector id | |
|
inline |
Check if two p_box are the same.
pb | box to check |
Definition at line 319 of file common.hpp.
Box that identify the intersection of the ghost of the near processor with the processor sub-domain
Definition at line 303 of file common.hpp.
size_t p_box< dim, T >::lc_proc |
local processor id
Definition at line 305 of file common.hpp.
size_t p_box< dim, T >::proc |
processor rank
Definition at line 307 of file common.hpp.
size_t p_box< dim, T >::shift_id |
shift vector id
Definition at line 310 of file common.hpp.