Neko
0.9.99
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Functions | |
template<typename T > | |
__global__ void | symmetry_apply_vector_kernel (const int *__restrict__ xmsk, const int *__restrict__ ymsk, const int *__restrict__ zmsk, T *__restrict__ x, T *__restrict__ y, T *__restrict__ z, const int m, const int n, const int l) |
__global__ void symmetry_apply_vector_kernel | ( | const int *__restrict__ | xmsk, |
const int *__restrict__ | ymsk, | ||
const int *__restrict__ | zmsk, | ||
T *__restrict__ | x, | ||
T *__restrict__ | y, | ||
T *__restrict__ | z, | ||
const int | m, | ||
const int | n, | ||
const int | l | ||
) |
Device kernel for vector apply for a symmetry condition
Definition at line 42 of file symmetry_kernel.h.