|
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 "smagorinsky_nut_kernel.cl.h"
Go to the source code of this file.
Functions | |
| void | opencl_smagorinsky_nut_compute (void *s11, void *s22, void *s33, void *s12, void *s13, void *s23, void *delta, void *nut, void *mult, real *c_s, int *n) |
| void opencl_smagorinsky_nut_compute | ( | void * | s11, |
| void * | s22, | ||
| void * | s33, | ||
| void * | s12, | ||
| void * | s13, | ||
| void * | s23, | ||
| void * | delta, | ||
| void * | nut, | ||
| void * | mult, | ||
| real * | c_s, | ||
| int * | n | ||
| ) |
Fortran wrapper for the OpenCL Smagorinsky eddy viscosity kernel
Definition at line 49 of file smagorinsky_nut.c.

