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 | inflow_apply_vector_kernel (const int *__restrict__ msk, T *__restrict__ x, T *__restrict__ y, T *__restrict__ z, const T gx, const T gy, const T gz, const int m) |
__global__ void inflow_apply_vector_kernel | ( | const int *__restrict__ | msk, |
T *__restrict__ | x, | ||
T *__restrict__ | y, | ||
T *__restrict__ | z, | ||
const T | gx, | ||
const T | gy, | ||
const T | gz, | ||
const int | m | ||
) |
Device kernel for vector apply for a Dirichlet condition
Definition at line 42 of file inflow_kernel.h.