|
Neko 1.99.3
A portable framework for high-order spectral element flow simulations
|
#include <CL/cl.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <device/device_config.h>#include <device/opencl/jit.h>#include <device/opencl/prgm_lib.h>#include <device/opencl/check.h>#include "rotate_kernel.cl.h"
Go to the source code of this file.
Functions | |
| void | opencl_rotate_cyc (void *vx, void *vy, void *vz, void *x, void *y, void *z, void *cyc_msk, void *R11, void *R12, int *ncyc, int *idir) |
| void opencl_rotate_cyc | ( | void * | vx, |
| void * | vy, | ||
| void * | vz, | ||
| void * | x, | ||
| void * | y, | ||
| void * | z, | ||
| void * | cyc_msk, | ||
| void * | R11, | ||
| void * | R12, | ||
| int * | ncyc, | ||
| int * | idir | ||
| ) |
Fortran wrapper for device OpenCL cyclic boundary rotation
Definition at line 54 of file opr_rotate_cyc.c.

