#include <hydro_godunov_ppm.H>
|
AMREX_GPU_HOST_DEVICE static AMREX_FORCE_INLINE amrex::Real | vanLeer (const amrex::Real a, const amrex::Real b, const amrex::Real c) |
|
AMREX_GPU_HOST_DEVICE static AMREX_FORCE_INLINE amrex::Real | sedge1 (const amrex::Real sm2, const amrex::Real sm1, const amrex::Real s0, const amrex::Real sp1, const amrex::Real) |
|
AMREX_GPU_HOST_DEVICE static AMREX_FORCE_INLINE amrex::Real | sedge2 (const amrex::Real, const amrex::Real sm1, const amrex::Real s0, const amrex::Real sp1, const amrex::Real sp2) |
|
AMREX_GPU_HOST_DEVICE static AMREX_FORCE_INLINE amrex::GpuTuple< amrex::Real, amrex::Real > | sm_sp (const amrex::Real s0, const amrex::Real sedge1, const amrex::Real sedge2) |
|
◆ sedge1()
◆ sedge2()
◆ sm_sp()
◆ vanLeer()
◆ do_limiting
constexpr bool PPM::vanleer::do_limiting = true |
|
staticconstexpr |
The documentation for this struct was generated from the following file: