Cholla 3.0.1-dev
Cholla - Massively parallel hydro on GPUs
Loading...
Searching...
No Matches
Functions
VL_3D_cuda.h File Reference

Declarations for the cuda version of the 3D VL algorithm. More...

#include "../global/global.h"
#include "../hydro/average_cells.h"
Include dependency graph for VL_3D_cuda.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void VL_Algorithm_3D_CUDA (Real *d_conserved, Real *d_grav_potential, int nx, int ny, int nz, int x_off, int y_off, int z_off, int n_ghost, Real dx, Real dy, Real dz, Real xbound, Real ybound, Real zbound, Real dt, int n_fields, int custom_grav, Real density_floor, Real *host_grav_potential, const SlowCellConditionChecker &slow_check, int *any_error)
 
void Free_Memory_VL_3D ()
 

Detailed Description

Declarations for the cuda version of the 3D VL algorithm.