template<unsigned int dim, unsigned int p>
struct LaplacianStencil< dim, p >
Definition at line 154 of file SparseGridGpu_tests.cu.
|
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 &ctx) |
|
◆ flush()
template<unsigned int dim, unsigned int p>
template<typename SparseGridT , typename CtxT >
static void __host__ LaplacianStencil< dim, p >::flush |
( |
SparseGridT & |
sparseGrid, |
|
|
CtxT & |
ctx |
|
) |
| |
|
inlinestatic |
◆ stencil()
template<unsigned int dim, unsigned int p>
template<typename SparseGridT , typename DataBlockWrapperT >
static __device__ void LaplacianStencil< dim, p >::stencil |
( |
SparseGridT & |
sparseGrid, |
|
|
grid_key_dx< dim, int > & |
dataBlockCoord, |
|
|
unsigned int |
offset, |
|
|
grid_key_dx< dim, int > & |
pointCoord, |
|
|
DataBlockWrapperT & |
dataBlockLoad, |
|
|
DataBlockWrapperT & |
dataBlockStore |
|
) |
| |
|
inlinestatic |
◆ supportRadius
template<unsigned int dim, unsigned int p>
The documentation for this struct was generated from the following file: