|
PISM, A Parallel Ice Sheet Model stable 0.4.1779
|
Computes the rate of change of ice surface elevation as a sum of the bedrock uplift rate and the thickness rate of change. More...
#include <iceModel_diagnostics.hh>

Public Member Functions | |
| IceModel_dhdt (IceModel *m, IceGrid &g, PISMVars &my_vars) | |
| Computes the rate of change of ice surface elevation. | |
| virtual PetscErrorCode | compute (IceModelVec *&result) |
Computes the rate of change of ice surface elevation as a sum of the bedrock uplift rate and the thickness rate of change.
Definition at line 50 of file iceModel_diagnostics.hh.
| IceModel_dhdt | ( | IceModel * | m, |
| IceGrid & | g, | ||
| PISMVars & | my_vars | ||
| ) |
Computes the rate of change of ice surface elevation.
Definition at line 194 of file iceModel_diagnostics.cc.
| PetscErrorCode compute | ( | IceModelVec *& | result | ) | [virtual] |
Definition at line 204 of file iceModel_diagnostics.cc.
1.7.3