|
Cholla 3.0.1-dev
Cholla - Massively parallel hydro on GPUs
|
Contains the "riemann solved facing" controller function to choose, compute, and return the interface states. More...
#include "../reconstruction/pcm_cuda.h"#include "../reconstruction/reconstruction_internals.h"#include "../utils/hydro_utilities.h"

Go to the source code of this file.
Namespaces | |
| namespace | reconstruction |
| Namespace to contain various utilities for the interface reconstruction kernels. | |
Functions | |
| template<int reconstruction_order, uint direction> | |
| void __device__ __host__ | reconstruction::Reconstruct_Interface_States (Real const *dev_conserved, size_t const xid, size_t const yid, size_t const zid, size_t const nx, size_t const ny, size_t const n_cells, Real const gamma, reconstruction::InterfaceState &left_interface, reconstruction::InterfaceState &right_interface) |
Contains the "riemann solved facing" controller function to choose, compute, and return the interface states.
Contain the various structs and device functions needed for interface reconstruction.