| 
    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 "inhom_dirichlet_kernel.cl.h"
Go to the source code of this file.
Functions | |
| void | opencl_inhom_dirichlet_apply_vector (void *msk, void *x, void *y, void *z, void *bla_x, void *bla_y, void *bla_z, int *m, cl_command_queue cmd_queue) | 
| void | opencl_inhom_dirichlet_apply_scalar (void *msk, void *x, void *bla_x, int *m, cl_command_queue cmd_queue) | 
| void opencl_inhom_dirichlet_apply_scalar | ( | void * | msk, | 
| void * | x, | ||
| void * | bla_x, | ||
| int * | m, | ||
| cl_command_queue | cmd_queue | ||
| ) | 
Fortran wrapper for device dirichlet apply scalar
Definition at line 88 of file inhom_dirichlet.c.


| void opencl_inhom_dirichlet_apply_vector | ( | void * | msk, | 
| void * | x, | ||
| void * | y, | ||
| void * | z, | ||
| void * | bla_x, | ||
| void * | bla_y, | ||
| void * | bla_z, | ||
| int * | m, | ||
| cl_command_queue | cmd_queue | ||
| ) | 
Fortran wrapper for device dirichlet apply vector
Definition at line 52 of file inhom_dirichlet.c.

