#include <map>
#include <string>
#include <memory>
#include "pism/rheology/FlowLaw.hh"
#include "pism/util/ConfigInterface.hh"
Go to the source code of this file.
|
#define | ICE_ISOTHERMAL_GLEN "isothermal_glen" /* Plain isothermal Glen */ |
|
#define | ICE_PB "pb" /* Paterson-Budd (PatersonBudd) */ |
|
#define | ICE_GPBLD "gpbld" /* Paterson-Budd-Lliboutry-Duval (GPBLD) */ |
|
#define | ICE_HOOKE "hooke" /* Hooke (Hooke) */ |
|
#define | ICE_ARR "arr" /* Temperature dependent Arrhenius (either warm or cold) */ |
|
#define | ICE_GOLDSBY_KOHLSTEDT "gk" /* Goldsby-Kohlstedt for SIA */ |
|
#define | ICE_ARRWARM "arrwarm" /* Temperature dependent Arrhenius (should be refactored into ICE_ARR) */ |
|