|
Neko 1.99.6
A portable framework for high-order spectral element flow simulations
|
#include <CL/cl.h>#include <stdio.h>#include <math.h>#include <device/device_config.h>#include <device/opencl/jit.h>#include <device/opencl/prgm_lib.h>#include <device/opencl/check.h>#include "coef_kernel.cl.h"
Go to the source code of this file.
Macros | |
| #define | STR(X) #X |
| #define | GEO_CASE(LX) |
| #define | STR(X) #X |
| #define | DXYZDRST_CASE(LX) |
| #define | STR(X) #X |
| #define | AREA_CASE(LX) |
| void opencl_coef_generate_dxyzdrst | ( | void * | drdx, |
| void * | drdy, | ||
| void * | drdz, | ||
| void * | dsdx, | ||
| void * | dsdy, | ||
| void * | dsdz, | ||
| void * | dtdx, | ||
| void * | dtdy, | ||
| void * | dtdz, | ||
| void * | dxdr, | ||
| void * | dydr, | ||
| void * | dzdr, | ||
| void * | dxds, | ||
| void * | dyds, | ||
| void * | dzds, | ||
| void * | dxdt, | ||
| void * | dydt, | ||
| void * | dzdt, | ||
| void * | dx, | ||
| void * | dy, | ||
| void * | dz, | ||
| void * | x, | ||
| void * | y, | ||
| void * | z, | ||
| void * | jacinv, | ||
| void * | jac, | ||
| int * | lx, | ||
| int * | nel | ||
| ) |