template<unsigned int dim>
struct SparseGridGpuKernels::stencil_conv_func_impl< dim >
Definition at line 95 of file SparseGridGpu_kernels.cuh.
|
template<typename ScalarT , typename coordType , typename CpBlockType , typename lambda_func , typename ... ArgsT> |
static __device__ void | stencil (ScalarT &res, coordType &coord, CpBlockType &cpb, lambda_func f, ArgsT ... args) |
|
template<typename ScalarT , typename coordType , typename CpBlockType , typename lambda_func , typename ... ArgsT> |
static __device__ void | stencil2 (ScalarT &res1, ScalarT &res2, coordType &coord, CpBlockType &cpb1, CpBlockType &cpb2, lambda_func f, ArgsT ... args) |
|
◆ stencil()
template<unsigned int dim>
template<typename ScalarT , typename coordType , typename CpBlockType , typename lambda_func , typename ... ArgsT>
◆ stencil2()
template<unsigned int dim>
template<typename ScalarT , typename coordType , typename CpBlockType , typename lambda_func , typename ... ArgsT>
The documentation for this struct was generated from the following file: