cholla
ppmc_cuda.h
Go to the documentation of this file.
1 
3 #ifdef CUDA
4 #ifdef PPMC
5 
6 #ifndef PPMC_CUDA_H
7 #define PPMC_CUDA_H
8 
9 #include"global.h"
10 
14 __global__ void PPMC_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);
15 
16 #endif // PPMC_CUDA_H
17 #endif // PPMC
18 #endif // CUDA