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