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

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"
Include dependency graph for reconstruction.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

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.

Author
Robert 'Bob' Caddy (rvc@p.nosp@m.itt..nosp@m.edu)