|
Neko 1.99.9
A portable framework for high-order spectral element flow simulations
|
#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 "wall_model_kernel.cl.h"
Go to the source code of this file.
Functions | |
| void | opencl_wall_model_compute_mag_field (void *tau_x_d, void *tau_y_d, void *tau_z_d, void *tau_field_d, void *msk_d, int *m) |
| void opencl_wall_model_compute_mag_field | ( | void * | tau_x_d, |
| void * | tau_y_d, | ||
| void * | tau_z_d, | ||
| void * | tau_field_d, | ||
| void * | msk_d, | ||
| int * | m | ||
| ) |
Fortran wrapper for the OpenCL wall shear stress magnitude kernel
Definition at line 49 of file wall_model.c.

