1#ifndef poissonSolverProblemDeviceKernels_H
2#define poissonSolverProblemDeviceKernels_H
10 template <
typename Type,
int M,
int N,
int K,
int dim>
32 const Type coeffHelmholtz);
Definition pseudoPotentialToDftfeConverter.cc:34
Definition matrixFreeDeviceKernels.h:12
static void computeAXDeviceHelmholtzSetAttributes(const int smem)
static void computeAXDeviceHelmholtz(const int blocks, const int threads, const int smem, Type *V, const Type *U, const Type *P, const Type *J, const int *map, const Type coeffHelmholtz)
static void computeAXDevicePoisson(const int blocks, const int threads, const int smem, Type *V, const Type *U, const Type *P, const Type *J, const int *map)
static void computeAXDevicePoissonSetAttributes(const int smem)