46 const dim3 nthrds(1024, 1, 1);
47 const dim3 nblcks(((*m)+1024 - 1)/ 1024, 1, 1);
49 no_slip_wall_apply_scalar_kernel<real>
50 <<<nblcks, nthrds, 0, (cudaStream_t)
glb_cmd_queue>>>((
int *) msk,
62 const dim3 nthrds(1024, 1, 1);
63 const dim3 nblcks(((*m)+1024 - 1)/ 1024, 1, 1);
65 no_slip_wall_apply_vector_kernel<real>
66 <<<nblcks, nthrds, 0, (cudaStream_t)
glb_cmd_queue>>>((
int *) msk,
__global__ void const T *__restrict__ x
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)