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