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

Detailed Description

template<unsigned int dim>
struct SparseGridGpuKernels::stencil_cross_func_impl< dim >

Definition at line 69 of file SparseGridGpu_kernels.cuh.

Static Public Member Functions

template<typename ScalarT , typename coordType , typename SparseGridT , unsigned int enlargedBlockSize, typename lambda_func , typename ... ArgsT>
static __device__ void stencil (ScalarT &res, ScalarT &cur, coordType &coord, ScalarT(&enlargedBlock)[enlargedBlockSize], lambda_func f, SparseGridT &sparseGrid, ArgsT ... args)
 

Member Function Documentation

◆ stencil()

template<unsigned int dim>
template<typename ScalarT , typename coordType , typename SparseGridT , unsigned int enlargedBlockSize, typename lambda_func , typename ... ArgsT>
static __device__ void SparseGridGpuKernels::stencil_cross_func_impl< dim >::stencil ( ScalarT &  res,
ScalarT &  cur,
coordType &  coord,
ScalarT(&)  enlargedBlock[enlargedBlockSize],
lambda_func  f,
SparseGridT &  sparseGrid,
ArgsT ...  args 
)
inlinestatic

Definition at line 72 of file SparseGridGpu_kernels.cuh.


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