Loading [MathJax]/extensions/tex2jax.js
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages

◆ compute_corrective_velocity()

static void pism::compute_corrective_velocity ( double  dt,
const array::Staggered velocity,
const array::Scalar2 x,
array::Staggered result 
)
static

Compute the "anti-diffusive" flux correction in the form of velocities at cell interfaces.

Definition at line 212 of file MPDATA2.cc.

References pism::array::Array2D< T >::box(), and pism::array::Array::grid().

Referenced by pism::MPDATA2::update().