|
Neko 1.99.3
A portable framework for high-order spectral element flow simulations
|
#include <string.h>#include <stdlib.h>#include <stdio.h>#include <device/device_config.h>#include <device/cuda/check.h>#include "richardson_kernel.h"Go to the source code of this file.
Functions | |
| void | cuda_richardson_compute (void *u_d, void *v_d, void *w_d, void *temp_d, void *ind_r_d, void *ind_s_d, void *ind_t_d, void *ind_e_d, void *n_x_d, void *n_y_d, void *n_z_d, void *h_d, void *tau_x_d, void *tau_y_d, void *tau_z_d, int *n_nodes, int *lx, real *kappa, void *mu_w_d, void *rho_w_d, real *g, real *Pr, real *z0, real *z0h_in, int *bc_type, real *bc_value, int *tstep, void *Ri_b_diagn, void *L_ob_diagn, void *utau_diagn, void *magu_diagn, void *ti_diagn, void *ts_diagn, void *q_diagn, void *h_x_idx, void *h_y_idx, void *h_z_idx) |
| void cuda_richardson_compute | ( | void * | u_d, |
| void * | v_d, | ||
| void * | w_d, | ||
| void * | temp_d, | ||
| void * | ind_r_d, | ||
| void * | ind_s_d, | ||
| void * | ind_t_d, | ||
| void * | ind_e_d, | ||
| void * | n_x_d, | ||
| void * | n_y_d, | ||
| void * | n_z_d, | ||
| void * | h_d, | ||
| void * | tau_x_d, | ||
| void * | tau_y_d, | ||
| void * | tau_z_d, | ||
| int * | n_nodes, | ||
| int * | lx, | ||
| real * | kappa, | ||
| void * | mu_w_d, | ||
| void * | rho_w_d, | ||
| real * | g, | ||
| real * | Pr, | ||
| real * | z0, | ||
| real * | z0h_in, | ||
| int * | bc_type, | ||
| real * | bc_value, | ||
| int * | tstep, | ||
| void * | Ri_b_diagn, | ||
| void * | L_ob_diagn, | ||
| void * | utau_diagn, | ||
| void * | magu_diagn, | ||
| void * | ti_diagn, | ||
| void * | ts_diagn, | ||
| void * | q_diagn, | ||
| void * | h_x_idx, | ||
| void * | h_y_idx, | ||
| void * | h_z_idx | ||
| ) |
Definition at line 44 of file richardson.cu.

