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

Detailed Description

template<unsigned int dim, unsigned int p_src, unsigned int p_dst>
struct BoundaryStencilSetX< dim, p_src, p_dst >

Definition at line 11 of file SparseGridGpu_testKernels.cuh.

Public Types

typedef NNStar< dim > stencil_type
 

Static Public Member Functions

template<typename SparseGridT , typename DataBlockWrapperT >
static __device__ void stencil (SparseGridT &sparseGrid, const unsigned int dataBlockId, openfpm::sparse_index< unsigned int > dataBlockIdPos, unsigned int offset, grid_key_dx< dim, int > &pointCoord, DataBlockWrapperT &dataBlockLoad, DataBlockWrapperT &dataBlockStore, unsigned char curMask)
 

Static Public Attributes

static constexpr unsigned int supportRadius = 1
 

Member Typedef Documentation

◆ stencil_type

template<unsigned int dim, unsigned int p_src, unsigned int p_dst>
typedef NNStar<dim> BoundaryStencilSetX< dim, p_src, p_dst >::stencil_type

Definition at line 15 of file SparseGridGpu_testKernels.cuh.

Member Function Documentation

◆ stencil()

template<unsigned int dim, unsigned int p_src, unsigned int p_dst>
template<typename SparseGridT , typename DataBlockWrapperT >
static __device__ void BoundaryStencilSetX< dim, p_src, p_dst >::stencil ( SparseGridT &  sparseGrid,
const unsigned int  dataBlockId,
openfpm::sparse_index< unsigned int >  dataBlockIdPos,
unsigned int  offset,
grid_key_dx< dim, int > &  pointCoord,
DataBlockWrapperT &  dataBlockLoad,
DataBlockWrapperT &  dataBlockStore,
unsigned char  curMask 
)
inlinestatic

Definition at line 20 of file SparseGridGpu_testKernels.cuh.

Field Documentation

◆ supportRadius

template<unsigned int dim, unsigned int p_src, unsigned int p_dst>
constexpr unsigned int BoundaryStencilSetX< dim, p_src, p_dst >::supportRadius = 1
staticconstexpr

Definition at line 17 of file SparseGridGpu_testKernels.cuh.


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