#include <hydro_godunov_ppm.H>
|
| vanleer ()=default |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE amrex::Real | vanLeer (const amrex::Real a, const amrex::Real b, const amrex::Real c) const |
|
AMREX_GPU_HOST_DEVICE 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) const |
|
AMREX_GPU_HOST_DEVICE 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) const |
|
|
const amrex::Real | m_half {amrex::Real(0.5)} |
|
const amrex::Real | m_sixth {amrex::Real(1.0)/amrex::Real(6.0)} |
|
◆ vanleer()
PPM::vanleer::vanleer |
( |
| ) |
|
|
explicitdefault |
◆ sedge1()
◆ sedge2()
◆ sm_sp()
◆ vanLeer()
◆ m_half
const amrex::Real PPM::vanleer::m_half {amrex::Real(0.5)} |
◆ m_sixth
const amrex::Real PPM::vanleer::m_sixth {amrex::Real(1.0)/amrex::Real(6.0)} |
The documentation for this struct was generated from the following file: