35#ifndef __FLUID_COMPRESSIBLE_OPS_KERNEL_H__
36#define __FLUID_COMPRESSIBLE_OPS_KERNEL_H__
56 for (
int i = idx;
i < n;
i +=
str) {
77 for (
int i = idx;
i < n;
i +=
str) {
__global__ void T *__restrict__ T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ w
__global__ void T *__restrict__ T *__restrict__ const T *__restrict__ u
__global__ void T *__restrict__ T *__restrict__ const T *__restrict__ const T *__restrict__ v
__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)
__global__ void compute_entropy_kernel(T *__restrict__ S, const T *__restrict__ p, const T *__restrict__ rho, const T gamma, const int n)
__global__ void dirichlet_apply_scalar_kernel(const int *__restrict__ msk, T *__restrict__ x, const T g, const int m)