|
void | averaged_hardness_vec (const FlowLaw &ice, const array::Scalar &thickness, const array::Array3D &enthalpy, array::Scalar &result) |
|
double | 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 | FlowLawUsesGrainSize (const FlowLaw &flow_law) |
|
FlowLaw * | create_isothermal_glen (const std::string &pre, const Config &config, EnthalpyConverter::Ptr EC) |
|
FlowLaw * | create_pb (const std::string &pre, const Config &config, EnthalpyConverter::Ptr EC) |
|
FlowLaw * | create_gpbld (const std::string &pre, const Config &config, EnthalpyConverter::Ptr EC) |
|
FlowLaw * | create_hooke (const std::string &pre, const Config &config, EnthalpyConverter::Ptr EC) |
|
FlowLaw * | create_arr (const std::string &pre, const Config &config, EnthalpyConverter::Ptr EC) |
|
FlowLaw * | create_arrwarm (const std::string &pre, const Config &config, EnthalpyConverter::Ptr EC) |
|
FlowLaw * | create_goldsby_kohlstedt (const std::string &pre, const Config &config, EnthalpyConverter::Ptr EC) |
|
bool | FlowLawIsPatersonBuddCold (const FlowLaw &flow_law, const Config &config, EnthalpyConverter::Ptr EC) |
|