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