Neko 1.99.3
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
most.cu File Reference
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <device/device_config.h>
#include <device/cuda/check.h>
#include "most_kernel.h"

Go to the source code of this file.

Functions

void cuda_most_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)
 

Function Documentation

◆ cuda_most_compute()

void cuda_most_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 most.cu.

Here is the call graph for this function:
Here is the caller graph for this function: