PISM, A Parallel Ice Sheet Model  stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900

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