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 "convect_scalar_kernel.cl.h"
Go to the source code of this file.
Macros | |
#define | STR(X) #X |
#define | CASE(LX) |
Functions | |
void | opencl_convect_scalar (void *du, void *u, void *cr, void *cs, void *ct, void *dx, void *dy, void *dz, int *nel, int *lx) |
void opencl_convect_scalar | ( | void * | du, |
void * | u, | ||
void * | cr, | ||
void * | cs, | ||
void * | ct, | ||
void * | dx, | ||
void * | dy, | ||
void * | dz, | ||
int * | nel, | ||
int * | lx | ||
) |
Fortran wrapper for device OpenCL convective terms
Definition at line 52 of file opr_convect_scalar.c.