| 
    Neko 1.99.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
#include <stdio.h>#include <stdlib.h>#include <cuda.h>#include <cuda_runtime.h>#include <cublas.h>#include <device/device_config.h>#include <device/cuda/check.h>#include <fluid/bcknd/device/cuda/compressible_ops_kernel.h>Go to the source code of this file.
Functions | |
| void | cuda_compute_max_wave_speed (void *max_wave_speed_d, void *u_d, void *v_d, void *w_d, real *gamma, void *p_d, void *rho_d, int *n) | 
| void cuda_compute_max_wave_speed | ( | void * | max_wave_speed_d, | 
| void * | u_d, | ||
| void * | v_d, | ||
| void * | w_d, | ||
| real * | gamma, | ||
| void * | p_d, | ||
| void * | rho_d, | ||
| int * | n | ||
| ) | 
Definition at line 46 of file compressible_ops_compute_max_wave_speed.cu.

