Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
compressible_ops_kernel.h File Reference
Include dependency graph for compressible_ops_kernel.h:
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 compute_max_wave_speed_kernel (T *__restrict__ max_wave_speed, const T *__restrict__ u, const T *__restrict__ v, const T *__restrict__ w, const T gamma, const T *__restrict__ p, const T *__restrict__ rho, const int n)
 
template<typename T >
__global__ void compute_entropy_kernel (T *__restrict__ S, const T *__restrict__ p, const T *__restrict__ rho, const T gamma, const int n)
 

Function Documentation

◆ compute_entropy_kernel()

template<typename T >
__global__ void compute_entropy_kernel ( T *__restrict__  S,
const T *__restrict__  p,
const T *__restrict__  rho,
const T  gamma,
const int  n 
)

Device kernel for compute_entropy

Definition at line 68 of file compressible_ops_kernel.h.

Here is the call graph for this function:

◆ compute_max_wave_speed_kernel()

template<typename T >
__global__ void compute_max_wave_speed_kernel ( T *__restrict__  max_wave_speed,
const T *__restrict__  u,
const T *__restrict__  v,
const T *__restrict__  w,
const T  gamma,
const T *__restrict__  p,
const T *__restrict__  rho,
const int  n 
)

Device kernel for compute_max_wave_speed

Definition at line 44 of file compressible_ops_kernel.h.

Here is the call graph for this function: