Cholla 3.0.1-dev
Cholla - Massively parallel hydro on GPUs
Loading...
Searching...
No Matches
simple_2D_cuda.h
Go to the documentation of this file.
1
4#ifndef SIMPLE_2D_CUDA_H
5#define SIMPLE_2D_CUDA_H
6
7#include "../global/global.h"
8
9void Simple_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
12void Free_Memory_Simple_2D();
13
14#endif // SIMPLE_2D_CUDA_H