cholla
src
CTU_2D_cuda.h
Go to the documentation of this file.
1
4
#ifdef CUDA
5
6
#ifndef CTU_2D_CUDA_H
7
#define CTU_2D_CUDA_H
8
9
#include"global.h"
10
11
Real CTU_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_CTU_2D();
14
15
#endif //CTU_2D_CUDA_H
16
#endif //CUDA
Generated by
1.8.12