Cholla 3.0.1-dev
Cholla - Massively parallel hydro on GPUs
Loading...
Searching...
No Matches
VL_1D_cuda.h
Go to the documentation of this file.
1
4#ifndef VL_1D_CUDA_H
5#define VL_1D_CUDA_H
6
7#include "../global/global.h"
8
9void VL_Algorithm_1D_CUDA(Real *d_conserved, int nx, int x_off, int n_ghost, Real dx, Real xbound, Real dt,
10 int n_fields, int custom_grav);
11
12void Free_Memory_VL_1D();
13
14#endif // VL_1D_CUDA_H