Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
makeoifs_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 makeoifs_kernel (const T *__restrict__ phi_x, const T *__restrict__ phi_y, const T *__restrict__ phi_z, T *__restrict__ bf_x, T *__restrict__ bf_y, T *__restrict__ bf_z, const T rho, const T dt, const int n)
 
template<typename T >
__global__ void scalar_makeoifs_kernel (const T *__restrict__ phi_s, T *__restrict__ bf_s, const T rho, const T dt, const int n)
 

Function Documentation

◆ makeoifs_kernel()

template<typename T >
__global__ void makeoifs_kernel ( const T *__restrict__  phi_x,
const T *__restrict__  phi_y,
const T *__restrict__  phi_z,
T *__restrict__  bf_x,
T *__restrict__  bf_y,
T *__restrict__  bf_z,
const T  rho,
const T  dt,
const int  n 
)

Definition at line 39 of file makeoifs_kernel.h.

Here is the call graph for this function:

◆ scalar_makeoifs_kernel()

template<typename T >
__global__ void scalar_makeoifs_kernel ( const T *__restrict__  phi_s,
T *__restrict__  bf_s,
const T  rho,
const T  dt,
const int  n 
)

Definition at line 62 of file makeoifs_kernel.h.

Here is the call graph for this function: