|
Neko 1.99.2
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 "compressible_ops_update_kernel.cl.h"
Go to the source code of this file.
Functions | |
| void | opencl_update_uvw (void *u, void *v, void *w, void *m_x, void *m_y, void *m_z, void *rho, int n) |
| void | opencl_update_mxyz_p_ruvw (void *m_x, void *m_y, void *m_z, void *p, void *ruvw, void *u, void *v, void *w, void *E, void *rho, real gamma, int n) |
| void | opencl_update_e (void *E, void *p, void *ruvw, real gamma, int n) |
Definition at line 120 of file compressible_ops_update.c.


| void opencl_update_mxyz_p_ruvw | ( | void * | m_x, |
| void * | m_y, | ||
| void * | m_z, | ||
| void * | p, | ||
| void * | ruvw, | ||
| void * | u, | ||
| void * | v, | ||
| void * | w, | ||
| void * | E, | ||
| void * | rho, | ||
| real | gamma, | ||
| int | n | ||
| ) |
Definition at line 82 of file compressible_ops_update.c.

