Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
#include <device/device_config.h>
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) |
__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.
__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.