Neko  0.8.1
A portable framework for high-order spectral element flow simulations
prs_res_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 prs_res_part1_kernel (T *__restrict__ ta1, T *__restrict__ ta2, T *__restrict__ ta3, const T *__restrict__ wa1, const T *__restrict__ wa2, const T *__restrict__ wa3, const T *__restrict__ f_u, const T *__restrict__ f_v, const T *__restrict__ f_w, const T *__restrict__ B, T *__restrict__ h1, const T mu, const T rho, const int n)
 
template<typename T >
__global__ void prs_res_part2_kernel (T *__restrict__ p_res, const T *__restrict__ wa1, const T *__restrict__ wa2, const T *__restrict__ wa3, const int n)
 
template<typename T >
__global__ void prs_res_part3_kernel (T *__restrict__ p_res, const T *__restrict__ ta1, const T *__restrict__ ta2, const T *__restrict__ ta3, const T dtbd, const int n)
 

Function Documentation

◆ prs_res_part1_kernel()

template<typename T >
__global__ void prs_res_part1_kernel ( T *__restrict__  ta1,
T *__restrict__  ta2,
T *__restrict__  ta3,
const T *__restrict__  wa1,
const T *__restrict__  wa2,
const T *__restrict__  wa3,
const T *__restrict__  f_u,
const T *__restrict__  f_v,
const T *__restrict__  f_w,
const T *__restrict__  B,
T *__restrict__  h1,
const T  mu,
const T  rho,
const int  n 
)

Definition at line 39 of file prs_res_kernel.h.

◆ prs_res_part2_kernel()

template<typename T >
__global__ void prs_res_part2_kernel ( T *__restrict__  p_res,
const T *__restrict__  wa1,
const T *__restrict__  wa2,
const T *__restrict__  wa3,
const int  n 
)

Definition at line 69 of file prs_res_kernel.h.

◆ prs_res_part3_kernel()

template<typename T >
__global__ void prs_res_part3_kernel ( T *__restrict__  p_res,
const T *__restrict__  ta1,
const T *__restrict__  ta2,
const T *__restrict__  ta3,
const T  dtbd,
const int  n 
)

Definition at line 84 of file prs_res_kernel.h.