Cholla
3.0.1-dev
Cholla - Massively parallel hydro on GPUs
Loading...
Searching...
No Matches
src
integrators
VL_2D_cuda.h
Go to the documentation of this file.
1
4
#ifndef VL_2D_CUDA_H
5
#define VL_2D_CUDA_H
6
7
#include "../global/global.h"
8
9
void
VL_Algorithm_2D_CUDA(Real *d_conserved,
int
nx,
int
ny,
int
x_off,
int
y_off,
int
n_ghost, Real dx, Real dy,
10
Real xbound, Real ybound, Real dt,
int
n_fields,
int
custom_grav);
11
12
void
Free_Memory_VL_2D();
13
14
#endif
// VL_2D_CUDA_H
Generated by
1.9.8