47 const dim3 nblcks(((*m)+1024 - 1)/ 1024, 1, 1);
63 const dim3 nblcks(((*m)+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_no_slip_wall_apply_scalar(void *msk, void *x, int *m)
void cuda_no_slip_wall_apply_vector(void *msk, void *x, void *y, void *z, int *m)