File reconstruction.H

Functions

AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void load_stencil (amrex::Array4< amrex::Real const > const &q_arr, const int idir, const int i, const int j, const int k, const int ncomp, amrex::Real *s)
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void load_passive_stencil (amrex::Array4< amrex::Real const > const &U_arr, amrex::Array4< amrex::Real const > const &rho_inv_arr, const int idir, const int i, const int j, const int k, const int ncomp, amrex::Real *s)
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void add_geometric_rho_source (amrex::Array4< amrex::Real const > const &q_arr, amrex::Array4< amrex::Real const > const &dloga, const int i, const int j, const int k, const int ncomp, amrex::Real *s)
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void add_geometric_rhoe_source (amrex::Array4< amrex::Real const > const &q_arr, amrex::Array4< amrex::Real const > const &dloga, const int i, const int j, const int k, const int ncomp, amrex::Real *s)
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void add_geometric_p_source (amrex::Array4< amrex::Real const > const &q_arr, amrex::Array4< amrex::Real const > const &qaux_arr, amrex::Array4< amrex::Real const > const &dloga, const int i, const int j, const int k, const int ncomp, amrex::Real *s)
namespace reconstruction

Enums

enum slope_indices

Values:

enumerator im2
enumerator im1
enumerator i0
enumerator ip1
enumerator ip2
enumerator nslp