|
Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|

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) |
| __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.

| __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.
