Neko 1.99.1
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/hip/check.h>
#include "spalding_kernel.h"
Go to the source code of this file.
Functions | |
void | hip_spalding_compute (void *u_d, void *v_d, void *w_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 *nu_d, void *h_d, void *tau_x_d, void *tau_y_d, void *tau_z_d, int *n_nodes, int *lx, real *kappa, real *B, int *tstep) |
void hip_spalding_compute | ( | void * | u_d, |
void * | v_d, | ||
void * | w_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 * | nu_d, | ||
void * | h_d, | ||
void * | tau_x_d, | ||
void * | tau_y_d, | ||
void * | tau_z_d, | ||
int * | n_nodes, | ||
int * | lx, | ||
real * | kappa, | ||
real * | B, | ||
int * | tstep | ||
) |