52 const dim3 nblcks(((*n) + 1024 - 1) / 1024, 1, 1);
74 const dim3 nblcks(((*n) + 1024 - 1) / 1024, 1, 1);
92 const dim3 nblcks(((*n) + 1024 - 1) / 1024, 1, 1);
__global__ void const T *__restrict__ x
__global__ void dirichlet_apply_scalar_kernel(const int *__restrict__ msk, T *__restrict__ x, const T g, const int m)
void cuda_smooth_step(void *x, real *edge0, real *edge1, int *n)
void cuda_permeability(void *x, real *k_0, real *k_1, real *q, int *n)
void cuda_step_function(void *x, real *edge, real *left, real *right, int *n)