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

◆ compute_raw_potential()

void pism::hydrology::EmptyingProblem::compute_raw_potential ( const array::Scalar H,
const array::Scalar b,
array::Scalar result 
) const
protectedvirtual

Compute the unmodified hydraulic potential (with sinks).

Parameters
[in]Hice thickness
[in]bice bottom surface elevation
[out]resultsimplified hydraulic potential used by to compute velocity

Definition at line 321 of file EmptyingProblem.cc.

References pism::g, pism::Component::m_config, pism::Component::m_grid, and pism::array::Array::update_ghosts().

Referenced by compute_potential(), and update().