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

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

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 39 of file grid_dist_id.hpp.

#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)
 

Field Documentation

◆ dw

template<unsigned int dim>
Point<dim,long int> offset_mv< dim >::dw

offset to move on the lower grid (finer)

Definition at line 45 of file grid_dist_id.hpp.

◆ up

template<unsigned int dim>
Point<dim,long int> offset_mv< dim >::up

offset to move up on an upper grid (coarse)

Definition at line 42 of file grid_dist_id.hpp.


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