| 
    Neko 1.99.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
#include <CL/cl.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 "tensor_kernel.cl.h"
Go to the source code of this file.
Macros | |
| #define | MAX(a, b) (((a)>(b))?(a):(b)) | 
| #define | STR(X) #X | 
| #define | CASE(N) | 
| #define | STR(X) #X | 
| #define | CASE(N) | 
Functions | |
| void | opencl_tnsr3d (void *v, int *nv, void *u, int *nu, void *A, void *Bt, void *Ct, int *nel) | 
| void | opencl_tnsr3d_el_list (void *v, int *nv, void *u, int *nu, void *A, void *Bt, void *Ct, int *elements, int *n_points) |