include/pops/numerics/fv/reconstruction.hpp Source FileΒΆ
|
adc_cpp 0.3.0
Model-free C++23 core for coupled hyperbolic-elliptic systems on adaptive (AMR) meshes, with MPI and GPU (Kokkos) backends
|
reconstruction.hpp
Go to the documentation of this file.
Definition amr_hierarchy.hpp:29
POPS_HD Real weno5z(Real vm2, Real vm1, Real v0, Real vp1, Real vp2)
weno5z: WENO5-Z reconstruction (Borges 2008) at one interface, on a 5-point stencil.
Definition reconstruction.hpp:70
minmod limiter: TVD (Total Variation Diminishing), 2 ghosts, order 2 in smooth regions.
Definition reconstruction.hpp:36
POPS_HD Real operator()(Real a, Real b) const
Definition reconstruction.hpp:38
First-order reconstruction (piecewise constant): zero slope, 1 ghost.
Definition reconstruction.hpp:26
van Leer limiter: smooth, 2 ghosts, better order at extrema than Minmod.
Definition reconstruction.hpp:51
POPS_HD Real operator()(Real a, Real b) const
Definition reconstruction.hpp:53
WENO5 tag policy: marks the stencil at 3 ghosts, delegates to weno5z.
Definition reconstruction.hpp:98
Base scalar types and the POPS_HD macro (host+device portability).
Generated by