PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
#include "pism/hydrology/EmptyingProblem.hh"
#include "pism/geometry/Geometry.hh"
#include "pism/util/Interpolation1D.hh"
#include "pism/util/pism_utilities.hh"
Go to the source code of this file.
Namespaces | |
namespace | pism |
namespace | pism::hydrology |
Sub-glacial hydrology models and related diagnostics. | |
namespace | pism::hydrology::diagnostics |
Functions | |
static void | pism::hydrology::diagnostics::compute_sinks (const array::Scalar &domain_mask, const array::Scalar1 &psi, array::Scalar &result) |
static void | pism::hydrology::diagnostics::effective_water_velocity (const Geometry &geometry, const array::Vector &water_flux, array::Vector &result) |
static double | pism::hydrology::K (double psi_x, double psi_y, double speed, double epsilon) |