Neko  0.9.0
A portable framework for high-order spectral element flow simulations
gradient_jump_penalty_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 pick_facet_value_hex_kernel (T *__restrict__ b, T *__restrict__ a, const int nx)
 
template<typename T >
__global__ void gradient_jump_penalty_finalize_kernel (T *__restrict__ penalty_d, T *__restrict__ penalty_facet_d, T *__restrict__ dphidxi_d, const int nx)
 

Function Documentation

◆ gradient_jump_penalty_finalize_kernel()

template<typename T >
__global__ void gradient_jump_penalty_finalize_kernel ( T *__restrict__  penalty_d,
T *__restrict__  penalty_facet_d,
T *__restrict__  dphidxi_d,
const int  nx 
)

Device kernel for gradient_jump_penalty_finalize

Definition at line 79 of file gradient_jump_penalty_kernel.h.

◆ pick_facet_value_hex_kernel()

template<typename T >
__global__ void pick_facet_value_hex_kernel ( T *__restrict__  b,
T *__restrict__  a,
const int  nx 
)

Device kernel for pick_facet_value_hex

Definition at line 41 of file gradient_jump_penalty_kernel.h.