This structure contain the information of a chunk. More...
This structure contain the information of a chunk.
dim | dimensionality of the chunk |
n_ele | number of elements in the chunk |
Definition at line 134 of file SparseGrid_iterator.hpp.
#include <SparseGrid_iterator.hpp>
Data Fields | |
grid_key_dx< dim > | pos |
where is located the chunk | |
int | nele |
how many elements in the chunk are set | |
int cheader< dim >::nele |
how many elements in the chunk are set
Definition at line 140 of file SparseGrid_iterator.hpp.
grid_key_dx<dim> cheader< dim >::pos |
where is located the chunk
Definition at line 137 of file SparseGrid_iterator.hpp.