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_interface_fluxes()

void pism::UNO::compute_interface_fluxes ( const array::CellType1 cell_type,
const array::Vector1 velocity,
const array::Scalar2 x_old,
double  dt,
array::Staggered result 
) const
private

Compute staggered grid (cell interface) fluxes given the domain extent (cell type), regular grid velocities, and the current distribution of the advected quantity.

Definition at line 207 of file UNO.cc.

References pism::array::Array::grid(), pism::array::CellType::icy(), pism::k, m_approx, pism::Vector2d::u, and pism::Vector2d::v.

Referenced by update().