Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Functions | |
template<typename T > | |
__global__ void | dong_outflow_apply_scalar_kernel (const int *__restrict__ msk, T *__restrict__ x, const T *normal_x, const T *normal_y, const T *normal_z, const T *u, const T *v, const T *w, const T uinf, const T delta, const int m) |
__global__ void dong_outflow_apply_scalar_kernel | ( | const int *__restrict__ | msk, |
T *__restrict__ | x, | ||
const T * | normal_x, | ||
const T * | normal_y, | ||
const T * | normal_z, | ||
const T * | u, | ||
const T * | v, | ||
const T * | w, | ||
const T | uinf, | ||
const T | delta, | ||
const int | m | ||
) |
Device kernel for vector apply for a dong outflow
Definition at line 43 of file dong_outflow_kernel.h.