4#ifndef SIMPLE_3D_CUDA_H
5#define SIMPLE_3D_CUDA_H
7#include "../chemistry_gpu/chemistry_gpu.h"
8#include "../global/global.h"
10void Simple_Algorithm_3D_CUDA(Real *d_conserved, Real *d_grav_potential,
int nx,
int ny,
int nz,
int x_off,
int y_off,
11 int z_off,
int n_ghost, Real dx, Real dy, Real dz, Real xbound, Real ybound, Real zbound,
12 Real dt,
int n_fields,
int custom_grav, Real density_floor, Real *host_grav_potential,
15void Free_Memory_Simple_3D();
Object that checks whether a given cell meets the conditions for slow-cell averaging....
Definition average_cells.h:15