Loading [MathJax]/extensions/tex2jax.js
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
FlowLawFactory.cc File Reference
#include <cassert>
#include "pism/rheology/FlowLawFactory.hh"
#include "pism/util/ConfigInterface.hh"
#include "pism/util/error_handling.hh"
#include "pism/rheology/IsothermalGlen.hh"
#include "pism/rheology/PatersonBudd.hh"
#include "pism/rheology/GPBLD.hh"
#include "pism/rheology/Hooke.hh"
#include "pism/rheology/PatersonBuddCold.hh"
#include "pism/rheology/PatersonBuddWarm.hh"
#include "pism/rheology/GoldsbyKohlstedt.hh"

Go to the source code of this file.

Namespaces

namespace  pism
 
namespace  pism::rheology
 Ice flow laws.
 

Functions

FlowLawpism::rheology::create_isothermal_glen (const std::string &pre, const Config &config, EnthalpyConverter::Ptr EC)
 
FlowLawpism::rheology::create_pb (const std::string &pre, const Config &config, EnthalpyConverter::Ptr EC)
 
FlowLawpism::rheology::create_gpbld (const std::string &pre, const Config &config, EnthalpyConverter::Ptr EC)
 
FlowLawpism::rheology::create_hooke (const std::string &pre, const Config &config, EnthalpyConverter::Ptr EC)
 
FlowLawpism::rheology::create_arr (const std::string &pre, const Config &config, EnthalpyConverter::Ptr EC)
 
FlowLawpism::rheology::create_arrwarm (const std::string &pre, const Config &config, EnthalpyConverter::Ptr EC)
 
FlowLawpism::rheology::create_goldsby_kohlstedt (const std::string &pre, const Config &config, EnthalpyConverter::Ptr EC)