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

◆ step() [1/2]

static void pism::step ( double  dt,
const array::Staggered1 flux,
const array::Scalar x_old,
array::Scalar result 
)
static

Perform an explicit step using the flux form of the advection equation.

Parameters
[in]dttime step length
[in]fluxcell interface fluxes
[in]x_oldcurrent state
[out]resultnew state

Definition at line 283 of file UNO.cc.

References pism::array::Array::grid(), and pism::array::Staggered1::star().