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

Static Public Member Functions

template<typename SparseGridT , typename DataBlockWrapperT >
static __device__ void stencil (SparseGridT &sparseGrid, grid_key_dx< dim, int > &dataBlockCoord, unsigned int offset, grid_key_dx< dim, int > &pointCoord, DataBlockWrapperT &dataBlockLoad, DataBlockWrapperT &dataBlockStore)
 
template<typename SparseGridT , typename CtxT >
static void __host__ flush (SparseGridT &sparseGrid, CtxT &gpuContext)
 

Static Public Attributes

static constexpr unsigned int supportRadius = 1
 

Detailed Description

template<unsigned int dim, unsigned int p>
struct LaplacianStencil< dim, p >

Definition at line 154 of file SparseGridGpu_tests.cu.


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