PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800

◆ 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().