|
PISM, A Parallel Ice Sheet Model stable 0.4.1779
|
Derived class of HybridIce for testing purposes only. More...
#include <flowlaws.hh>

Public Member Functions | |
| HybridIceStripped (MPI_Comm c, const char pre[], const NCConfigVariable &config) | |
| virtual PetscReal | flow_from_temp (PetscReal stress, PetscReal temp, PetscReal pressure, PetscReal gs) const |
Protected Attributes | |
| PetscReal | d_grain_size_stripped |
Derived class of HybridIce for testing purposes only.
HybridIceStripped is a simplification of Goldsby-Kohlstedt. Compare to that used in Peltier et al 2000, which is even simpler.
Definition at line 272 of file flowlaws.hh.
| HybridIceStripped | ( | MPI_Comm | c, |
| const char | pre[], | ||
| const NCConfigVariable & | config | ||
| ) |
| virtual PetscReal flow_from_temp | ( | PetscReal | stress, |
| PetscReal | temp, | ||
| PetscReal | pressure, | ||
| PetscReal | gs | ||
| ) | const [virtual] |
Reimplemented from HybridIce.
PetscReal d_grain_size_stripped [protected] |
Definition at line 278 of file flowlaws.hh.
1.7.3