Definition at line 16 of file grid_dist_testing.hpp.
Public Member Functions | |
grid_dist_testing (const size_t(&g_sz)[dim]) | |
It create a test map suitable for testing. | |
template<unsigned int p> | |
size_t | get (const grid_dist_key_dx< dim > &key) const |
Get the element at position key. | |
grid_key_dx< dim > | getGKey (const grid_dist_key_dx< dim > &key) const |
Return the global key. | |
Private Attributes | |
grid_cpu< dim, aggregate< size_t > > | grid_test |
|
inline |
It create a test map suitable for testing.
size | of the grid with padding |
Definition at line 27 of file grid_dist_testing.hpp.
|
inline |
Get the element at position key.
Definition at line 52 of file grid_dist_testing.hpp.
|
inline |
Return the global key.
Definition at line 65 of file grid_dist_testing.hpp.
|
private |
Definition at line 18 of file grid_dist_testing.hpp.