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

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