#include <string>
#include "pism/util/EnthalpyConverter.hh"
#include "pism/util/Vector2d.hh"
Go to the source code of this file.
|
static double | pism::secondInvariant_2D (const Vector2d &U_x, const Vector2d &U_y) |
|
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...
|
|
void | pism::rheology::averaged_hardness_vec (const FlowLaw &ice, const array::Scalar &thickness, const array::Array3D &enthalpy, array::Scalar &result) |
|
bool | pism::rheology::FlowLawUsesGrainSize (const FlowLaw &flow_law) |
|