OpenFPM  5.2.0
Project that contain the implementation of distributed structures
offset_mv< dim > Struct Template Reference

It contain the offset necessary to move to coarser and finer level grids. More...

#include <grid_dist_id.hpp>

Data Fields

Point< dim, long int > up
 offset to move up on an upper grid (coarse)
 
Point< dim, long int > dw
 offset to move on the lower grid (finer)
 

Detailed Description

template<unsigned int dim>
struct offset_mv< dim >

It contain the offset necessary to move to coarser and finer level grids.

Definition at line 40 of file grid_dist_id.hpp.


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