54 schwarz_extrude_kernel<real,NX> \
55 <<<nblcks, nthrds, 0, stream>>>((real *) arr1,* l1, * f1, \
56 (real *) arr2, *l2, *f2 ); \
57 CUDA_CHECK(cudaGetLastError()); \
__global__ void ale_add_kinematics_kernel(const int n, T *__restrict__ wx, T *__restrict__ wy, T *__restrict__ wz, const T *__restrict__ x_ref, const T *__restrict__ y_ref, const T *__restrict__ z_ref, const T *__restrict__ phi, const T *__restrict__ x, const T *__restrict__ y, const T *__restrict__ z, const kinematics_params_t kin_params)
void cuda_schwarz_extrude(void *arr1, int *l1, real *f1, void *arr2, int *l2, real *f2, int *nx, int *nel, cudaStream_t stream)
void cuda_schwarz_toreg3d(void *b, void *a, int *nx, int *nel, cudaStream_t stream)
void cuda_schwarz_toext3d(void *a, void *b, int *nx, int *nel, cudaStream_t stream)