|
PISM, A Parallel Ice Sheet Model 2.3.0-79cae578d committed by Constantine Khrulev on 2026-03-22
|
◆ flux_limiter() [1/2]
Limit fluxes to preserve non-negativity of a transported quantity. This method is described in [Smolarkiewicz1989]. It is based on the [Zalesak1979] flux corrected transport limiter, but for the "regular" flux instead of the "anti-diffusive" flux and with a different limiting criterion (non-negativity instead of monotonicity).
Returns {Q_e, Q_n} - limited fluxed through eastern and northern sides of the current grid cell. Definition at line 143 of file flux_limiter.cc. References pism::stencils::Star< T >::e, flux_limiter(), pism::details::flux_out(), pism::stencils::Star< T >::n, pism::details::np(), and pism::details::pp(). |