| 
    Neko 1.99.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
#include <CL/cl.h>#include <stdlib.h>#include <stdio.h>#include <device/device_config.h>#include <device/opencl/jit.h>#include <device/opencl/prgm_lib.h>#include <device/opencl/check.h>#include "lambda2_kernel.cl.h"
Go to the source code of this file.
Macros | |
| #define | STR(X) #X | 
| #define | CASE(LX) | 
Functions | |
| void | opencl_lambda2 (void *lambda2, void *u, void *v, void *w, void *dx, void *dy, void *dz, void *drdx, void *dsdx, void *dtdx, void *drdy, void *dsdy, void *dtdy, void *drdz, void *dsdz, void *dtdz, void *jacinv, int *nel, int *lx) | 
| void opencl_lambda2 | ( | void * | lambda2, | 
| void * | u, | ||
| void * | v, | ||
| void * | w, | ||
| void * | dx, | ||
| void * | dy, | ||
| void * | dz, | ||
| void * | drdx, | ||
| void * | dsdx, | ||
| void * | dtdx, | ||
| void * | drdy, | ||
| void * | dsdy, | ||
| void * | dtdy, | ||
| void * | drdz, | ||
| void * | dsdz, | ||
| void * | dtdz, | ||
| void * | jacinv, | ||
| int * | nel, | ||
| int * | lx | ||
| ) | 
Fortran wrapper for device Lambda2
Definition at line 53 of file opr_lambda2.c.

