|
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 "wale_nut_kernel.cl.h"
Go to the source code of this file.
Functions | |
| void | opencl_wale_nut_compute (void *g11, void *g12, void *g13, void *g21, void *g22, void *g23, void *g31, void *g32, void *g33, void *delta, void *nut, void *mult, real *c, real *eps, int *n) |
| void opencl_wale_nut_compute | ( | void * | g11, |
| void * | g12, | ||
| void * | g13, | ||
| void * | g21, | ||
| void * | g22, | ||
| void * | g23, | ||
| void * | g31, | ||
| void * | g32, | ||
| void * | g33, | ||
| void * | delta, | ||
| void * | nut, | ||
| void * | mult, | ||
| real * | c, | ||
| real * | eps, | ||
| int * | n | ||
| ) |
Fortran wrapper for the OpenCL wale eddy viscosity kernel
Definition at line 49 of file wale_nut.c.

