Neko
0.9.0
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 "facet_normal_kernel.cl.h"
Go to the source code of this file.
Functions | |
void | opencl_facet_normal_apply_surfvec (void *msk, void *facet, void *x, void *y, void *z, void *u, void *v, void *w, void *nx, void *ny, void *nz, void *area, int *lx, int *m) |
void opencl_facet_normal_apply_surfvec | ( | void * | msk, |
void * | facet, | ||
void * | x, | ||
void * | y, | ||
void * | z, | ||
void * | u, | ||
void * | v, | ||
void * | w, | ||
void * | nx, | ||
void * | ny, | ||
void * | nz, | ||
void * | area, | ||
int * | lx, | ||
int * | m | ||
) |
Fortran wrapper for device facet normal apply surfvec
Definition at line 52 of file facet_normal.c.