|
Cholla 3.0.1-dev
Cholla - Massively parallel hydro on GPUs
|
Definitions of the 1D simple algorithm functions. More...
#include <math.h>#include <stdio.h>#include <stdlib.h>#include "../global/global.h"#include "../global/global_cuda.h"#include "../hydro/dual_energy.h"#include "../hydro/hydro_cuda.h"#include "../integrators/simple_1D_cuda.h"#include "../io/io.h"#include "../reconstruction/plm_cuda.h"#include "../reconstruction/ppmc_cuda.h"#include "../reconstruction/ppmp_cuda.h"#include "../reconstruction/reconstruction.h"#include "../riemann_solvers/exact_cuda.h"#include "../riemann_solvers/hllc_cuda.h"#include "../riemann_solvers/roe_cuda.h"#include "../utils/basic_structs.h"#include "../utils/error_handling.h"#include "../utils/gpu.hpp"
Functions | |
| void | Simple_Algorithm_1D_CUDA (Real *d_conserved, int nx, int x_off, int n_ghost, Real dx, Real xbound, Real dt, int n_fields, int custom_grav) |
| void | Free_Memory_Simple_1D () |
Definitions of the 1D simple algorithm functions.