cholla
plmc_cuda.h
Go to the documentation of this file.
1 
4 #ifdef CUDA
5 #ifdef PLMC
6 
7 #ifndef PLMC_CUDA_H
8 #define PLMC_CUDA_H
9 
10 #include"global.h"
11 
15 __global__ void PLMC_cuda(Real *dev_conserved, Real *dev_bounds_L, Real *dev_bounds_R, int nx, int ny, int nz, int n_ghost, Real dx, Real dt, Real gamma, int dir, int n_fields);
16 
17 
18 #endif // PLMC_CUDA_H
19 #endif // PLMC
20 #endif // CUDA