cholla
CTU_3D_cuda.h
Go to the documentation of this file.
1 
4 #ifdef CUDA
5 
6 #ifndef CTU_3D_CUDA_H
7 #define CTU_3D_CUDA_H
8 
9 #include"global.h"
10 
11 Real CTU_Algorithm_3D_CUDA(Real *host_conserved0, Real *host_conserved1, int nx, int ny, int nz, int x_off, int y_off, int z_off, int n_ghost, Real dx, Real dy, Real dz, Real xbound, Real ybound, Real zbound, Real dt, int n_fields, Real density_floor, Real U_floor, Real *host_grav_potential, Real max_dti_slow );
12 
13 void Free_Memory_CTU_3D();
14 
15 #endif //CTU_3D_CUDA_H
16 #endif //CUDA