OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
cheader< dim > Struct Template Reference

This structure contain the information of a chunk. More...

Detailed Description

template<unsigned int dim>
struct cheader< dim >

This structure contain the information of a chunk.

Template Parameters
dimdimensionality of the chunk
n_elenumber 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
 

Field Documentation

◆ nele

template<unsigned int dim>
int cheader< dim >::nele

how many elements in the chunk are set

Definition at line 140 of file SparseGrid_iterator.hpp.

◆ pos

template<unsigned int dim>
grid_key_dx<dim> cheader< dim >::pos

where is located the chunk

Definition at line 137 of file SparseGrid_iterator.hpp.


The documentation for this struct was generated from the following file: