cholla
roe_cuda.h
Go to the documentation of this file.
1 
4 #ifdef CUDA
5 
6 #ifndef ROE_CUDA_H
7 #define Roe_CUDA_H
8 
9 #include"global.h"
10 
11 
14 __global__ void Calculate_Roe_Fluxes_CUDA(Real *dev_bounds_L, Real *dev_bounds_R, Real *dev_flux, int nx, int ny, int nz, int n_ghost, Real gamma, int dir, int n_fields);
15 
16 
17 
18 #endif //ROE_CUDA_H
19 #endif //CUDA