| 
    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 "schwarz_kernel.cl.h"
Go to the source code of this file.
Macros | |
| #define | STR(X) #X | 
| #define | CASE(NX) | 
Functions | |
| void | opencl_schwarz_extrude (void *arr1, int *l1, real *f1, void *arr2, int *l2, real *f2, int *nx, int *nel, cl_command_queue command_queue) | 
| void | opencl_schwarz_toext3d (void *a, void *b, int *nx, int *nel, cl_command_queue command_queue) | 
| void | opencl_schwarz_toreg3d (void *b, void *a, int *nx, int *nel, cl_command_queue command_queue) |