|
Neko 1.99.9
A portable framework for high-order spectral element flow simulations
|
#include <CL/cl.h>#include <device/device_config.h>#include <device/opencl/check.h>#include <device/opencl/jit.h>#include <device/opencl/prgm_lib.h>#include "gradient_jump_penalty_kernel.cl.h"
Go to the source code of this file.
Macros | |
| #define | GJP_NTHREADS 256 |
Functions | |
| void | opencl_pick_facet_value_hex (void *b, void *a, int *nx, int *nel) |
| void | opencl_gradient_jump_penalty_finalize (void *penalty_d, void *penalty_facet_d, void *dphidxi_d, int *nx, int *nel) |
| #define GJP_NTHREADS 256 |
Definition at line 48 of file gradient_jump_penalty.c.
| void opencl_gradient_jump_penalty_finalize | ( | void * | penalty_d, |
| void * | penalty_facet_d, | ||
| void * | dphidxi_d, | ||
| int * | nx, | ||
| int * | nel | ||
| ) |
Fortran wrapper for the OpenCL gradient jump penalty finalize kernel
Definition at line 80 of file gradient_jump_penalty.c.

