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

Detailed Description

template<typename SparseGridType>
struct sparse_grid_section< SparseGridType >

Definition at line 467 of file SparseGridGpu.hpp.

Public Member Functions

 sparse_grid_section (SparseGridType &grd, const Box< SparseGridType::dims, size_t > &src, const Box< SparseGridType::dims, size_t > &dst)
 

Data Fields

SparseGridType * grd
 
Box< SparseGridType::dims, size_t > src
 
Box< SparseGridType::dims, size_t > dst
 

Constructor & Destructor Documentation

◆ sparse_grid_section()

template<typename SparseGridType >
sparse_grid_section< SparseGridType >::sparse_grid_section ( SparseGridType &  grd,
const Box< SparseGridType::dims, size_t > &  src,
const Box< SparseGridType::dims, size_t > &  dst 
)
inline

Definition at line 477 of file SparseGridGpu.hpp.

Field Documentation

◆ dst

template<typename SparseGridType >
Box<SparseGridType::dims,size_t> sparse_grid_section< SparseGridType >::dst

Definition at line 475 of file SparseGridGpu.hpp.

◆ grd

template<typename SparseGridType >
SparseGridType* sparse_grid_section< SparseGridType >::grd

Definition at line 469 of file SparseGridGpu.hpp.

◆ src

template<typename SparseGridType >
Box<SparseGridType::dims,size_t> sparse_grid_section< SparseGridType >::src

Definition at line 472 of file SparseGridGpu.hpp.


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