|
PISM, A Parallel Ice Sheet Model
stable v0.5
|
#include "flowlaws.hh"#include "pism_const.hh"#include "enthalpyConverter.hh"#include "pism_options.hh"#include "NCVariable.hh"Go to the source code of this file.
Functions | |
| PetscBool | IceFlowLawUsesGrainSize (IceFlowLaw *flow_law) |
| PetscBool | IceFlowLawIsPatersonBuddCold (IceFlowLaw *flow_law, const NCConfigVariable &config, EnthalpyConverter *EC) |
| PetscBool IceFlowLawIsPatersonBuddCold | ( | IceFlowLaw * | flow_law, |
| const NCConfigVariable & | config, | ||
| EnthalpyConverter * | EC | ||
| ) |
Definition at line 36 of file flowlaws.cc.
References e, IceFlowLaw::flow(), ThermoGlenIce::flow(), and exactV::v().
Referenced by IceCompModel::allocate_stressbalance(), and IceCompModel::reportErrors().
| PetscBool IceFlowLawUsesGrainSize | ( | IceFlowLaw * | flow_law | ) |
Definition at line 26 of file flowlaws.cc.
References e, and IceFlowLaw::flow().
Referenced by SIAFD::compute_diffusive_flux().
1.7.5.1