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

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