46 const dim3 nblcks(((*n) + 1024 - 1) / 1024, 1, 1);
57 void *m_x,
void *m_y,
void *m_z,
58 void *rho_field,
void *p,
int *n) {
61 const dim3 nblcks(((*n) + 1024 - 1) / 1024, 1, 1);
72 void *m_x,
void *m_y,
void *m_z,
73 void *rho_field,
void *p,
int *n) {
76 const dim3 nblcks(((*n) + 1024 - 1) / 1024, 1, 1);
87 void *m_x,
void *m_y,
void *m_z,
88 void *rho_field,
void *p,
int *n) {
91 const dim3 nblcks(((*n) + 1024 - 1) / 1024, 1, 1);
102 void *m_x,
void *m_y,
void *m_z,
103 void *rho_field,
void *p,
void *
E,
107 const dim3 nblcks(((*n) + 1024 - 1) / 1024, 1, 1);
119 void *
rhs_E,
void *mult,
int *n) {
122 const dim3 nblcks(((*n) + 1024 - 1) / 1024, 1, 1);
138 const dim3 nblcks(((*n) + 1024 - 1) / 1024, 1, 1);
__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ dt
__global__ void dirichlet_apply_scalar_kernel(const int *__restrict__ msk, T *__restrict__ x, const T g, const int m)
void euler_res_part_mx_flux_cuda(void *f_x, void *f_y, void *f_z, void *m_x, void *m_y, void *m_z, void *rho_field, void *p, int *n)
void euler_res_part_my_flux_cuda(void *f_x, void *f_y, void *f_z, void *m_x, void *m_y, void *m_z, void *rho_field, void *p, int *n)
void euler_res_part_visc_cuda(void *rhs_u, void *Binv, void *lap_sol, void *h, real *c_avisc, int *n)
void euler_res_part_rk_sum_cuda(void *rho, void *m_x, void *m_y, void *m_z, void *E, void *k_rho_i, void *k_m_x_i, void *k_m_y_i, void *k_m_z_i, void *k_E_i, real *dt, real *c, int *n)
void euler_res_part_coef_mult_cuda(void *rhs_rho, void *rhs_m_x, void *rhs_m_y, void *rhs_m_z, void *rhs_E, void *mult, int *n)
void euler_res_part_mz_flux_cuda(void *f_x, void *f_y, void *f_z, void *m_x, void *m_y, void *m_z, void *rho_field, void *p, int *n)
void euler_res_part_E_flux_cuda(void *f_x, void *f_y, void *f_z, void *m_x, void *m_y, void *m_z, void *rho_field, void *p, void *E, int *n)