Neko 1.99.9
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
spalding.c File Reference
#include <CL/cl.h>
#include <device/device_config.h>
#include <device/opencl/check.h>
#include <device/opencl/jit.h>
#include <device/opencl/prgm_lib.h>
#include "spalding_kernel.cl.h"
Include dependency graph for spalding.c:

Go to the source code of this file.

Functions

void opencl_spalding_compute (void *u_d, void *v_d, void *w_d, void *n_x_d, void *n_y_d, void *n_z_d, void *nu_d, void *rho_w_d, void *h_d, void *tau_x_d, void *tau_y_d, void *tau_z_d, int *n_nodes, real *kappa, real *B, int *tstep)
 

Function Documentation

◆ opencl_spalding_compute()

void opencl_spalding_compute ( void *  u_d,
void *  v_d,
void *  w_d,
void *  n_x_d,
void *  n_y_d,
void *  n_z_d,
void *  nu_d,
void *  rho_w_d,
void *  h_d,
void *  tau_x_d,
void *  tau_y_d,
void *  tau_z_d,
int *  n_nodes,
real *  kappa,
real *  B,
int *  tstep 
)

Fortran wrapper for the OpenCL Spalding wall model kernel

Definition at line 49 of file spalding.c.

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