Neko  0.8.99
A portable framework for high-order spectral element flow simulations
dong_outflow_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 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)
 

Function Documentation

◆ dong_outflow_apply_scalar_kernel()

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 
)

Device kernel for vector apply for a dong outflow

Definition at line 43 of file dong_outflow_kernel.h.