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 275 of file common.hpp.
#include <common.hpp>
Public Member Functions | |
| bool | operator== (const p_box &pb) |
| Check if two p_box are the same. More... | |
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 295 of file common.hpp.
Box that identify the intersection of the ghost of the near processor with the processor sub-domain
Definition at line 279 of file common.hpp.