Neko  0.8.1
A portable framework for high-order spectral element flow simulations
symmetry_kernel.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ symmetry_apply_vector_kernel()

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 
)

Device kernel for vector apply for a symmetry condition

Definition at line 42 of file symmetry_kernel.h.