It store the position in space of the sparse grid. More...
It store the position in space of the sparse grid.
linearized index
Definition at line 16 of file SparseGrid_iterator.hpp.
#include <SparseGrid_iterator.hpp>
Public Member Functions | |
grid_key_sparse_lin_dx (size_t chunk, size_t lin_id) | |
size_t | getChunk () const |
Return the chunk id. | |
size_t | getPos () const |
Return the linearized position in the chunk. | |
Private Attributes | |
size_t | chunk |
chunk id | |
size_t | lin_id |
linearized id | |
|
inline |
Definition at line 26 of file SparseGrid_iterator.hpp.
|
inline |
|
inline |
Return the linearized position in the chunk.
Definition at line 47 of file SparseGrid_iterator.hpp.
|
private |
chunk id
Definition at line 19 of file SparseGrid_iterator.hpp.
|
private |
linearized id
Definition at line 22 of file SparseGrid_iterator.hpp.