|
Neko 1.99.2
A portable framework for high-order spectral element flow simulations
|
#include <stdio.h>#include <stdlib.h>#include <cuda.h>#include <cuda_runtime.h>#include <cublas.h>#include <device/device_config.h>#include <device/cuda/check.h>#include <fluid/bcknd/device/cuda/compressible_ops_kernel.h>Go to the source code of this file.
Functions | |
| void | cuda_update_uvw (void *u, void *v, void *w, void *m_x, void *m_y, void *m_z, void *rho, int *n) |
| void | cuda_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 | cuda_update_e (void *E, void *p, void *ruvw, real *gamma, int *n) |
Definition at line 82 of file compressible_ops_update.cu.


| void cuda_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 63 of file compressible_ops_update.cu.

