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

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

Detailed Description

template<unsigned int n_ele>
struct mheader< n_ele >

This structure contain the information of a chunk.

Template Parameters
dimdimensionality of the chunk
n_elenumber of elements in the chunk

Definition at line 120 of file SparseGrid_iterator.hpp.

#include <SparseGrid_iterator.hpp>

Data Fields

unsigned char mask [n_ele]
 which elements in the chunks are set
 

Field Documentation

◆ mask

template<unsigned int n_ele>
unsigned char mheader< n_ele >::mask[n_ele]

which elements in the chunks are set

Definition at line 123 of file SparseGrid_iterator.hpp.


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