Neko  0.8.99
A portable framework for high-order spectral element flow simulations
vel_res_update_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 vel_res_update_kernel (T *__restrict__ u_res, T *__restrict__ v_res, T *__restrict__ w_res, const T *__restrict__ ta1, const T *__restrict__ ta2, const T *__restrict__ ta3, const T *__restrict__ f_u, const T *__restrict__ f_v, const T *__restrict__ f_w, const int n)
 

Function Documentation

◆ vel_res_update_kernel()

template<typename T >
__global__ void vel_res_update_kernel ( T *__restrict__  u_res,
T *__restrict__  v_res,
T *__restrict__  w_res,
const T *__restrict__  ta1,
const T *__restrict__  ta2,
const T *__restrict__  ta3,
const T *__restrict__  f_u,
const T *__restrict__  f_v,
const T *__restrict__  f_w,
const int  n 
)

Definition at line 39 of file vel_res_update_kernel.h.