Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
#include <CL/cl.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <device/device_config.h>
#include <device/opencl/jit.h>
#include <device/opencl/prgm_lib.h>
#include <device/opencl/check.h>
#include "cfl_kernel.cl.h"
Go to the source code of this file.
Macros | |
#define | STR(X) #X |
#define | CASE(LX) |
Functions | |
real | opencl_cfl (real *dt, void *u, void *v, void *w, void *drdx, void *dsdx, void *dtdx, void *drdy, void *dsdy, void *dtdy, void *drdz, void *dsdz, void *dtdz, void *dr_inv, void *ds_inv, void *dt_inv, void *jacinv, int *nel, int *lx) |