45 const dim3 nthrds(1024, 1, 1);
46 const dim3 nblcks((*nel), 1, 1);
49 pick_facet_value_hex_kernel<real>
50 <<<nblcks, nthrds,0, stream>>>((
real *) b,(
real *) a, * nx);
55 void * penalty_facet_d,
58 const dim3 nthrds(1024, 1, 1);
59 const dim3 nblcks((*nel), 1, 1);
62 gradient_jump_penalty_finalize_kernel<real>
63 <<<nblcks, nthrds,0, stream>>>((
real *) penalty_d,
64 (
real *) penalty_facet_d,
void cuda_gradient_jump_penalty_finalize(void *penalty_d, void *penalty_facet_d, void *dphidxi_d, int *nx, int *nel)
void cuda_pick_facet_value_hex(void *b, void *a, int *nx, int *nel)