cholla
CTU_1D_cuda.h
Go to the documentation of this file.
1 
4 #ifdef CUDA
5 
6 #ifndef CTU_1D_CUDA_H
7 #define CTU_1D_CUDA_H
8 
9 #include"global.h"
10 
11 Real CTU_Algorithm_1D_CUDA(Real *host_conserved0, Real *host_conserved1, int nx, int x_off, int n_ghost, Real dx, Real xbound, Real dt, int n_fields);
12 
13 void Free_Memory_CTU_1D();
14 
15 #endif //CTU_1D_CUDA_H
16 #endif //CUDA