PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
Namespaces | Functions
FlowLaw.cc File Reference
#include "pism/rheology/FlowLaw.hh"
#include <petsc.h>
#include "pism/util/EnthalpyConverter.hh"
#include "pism/util/array/Scalar.hh"
#include "pism/util/array/Array3D.hh"
#include "pism/util/ConfigInterface.hh"
#include "pism/util/Grid.hh"
#include "pism/util/error_handling.hh"

Go to the source code of this file.

Namespaces

 pism
 
 pism::rheology
 Ice flow laws.
 

Functions

void pism::rheology::averaged_hardness_vec (const FlowLaw &ice, const array::Scalar &thickness, const array::Array3D &enthalpy, array::Scalar &result)
 
double pism::rheology::averaged_hardness (const FlowLaw &ice, double thickness, unsigned int kbelowH, const double *zlevels, const double *enthalpy)
 Computes vertical average of B(E, p) ice hardness, namely \(\bar B(E, p)\). More...
 
bool pism::rheology::FlowLawUsesGrainSize (const FlowLaw &flow_law)