20 #include "pism/earth/BedDef.hh"
21 #include "pism/util/Grid.hh"
22 #include "pism/util/MaxTimestep.hh"
35 "* Initializing the dummy (no-op) bed deformation model...\n");
49 double t,
double dt) {
51 (void) sea_level_elevation;
const Logger::ConstPtr m_log
logger (for easy access)
Combines the max. time step with the flag indicating if a restriction is active. Makes is possible to...
void set(double c)
Result: v[j] <- c for all j.
virtual void init_impl(const InputOptions &opts, const array::Scalar &ice_thickness, const array::Scalar &sea_level_elevation)
Initialize from the context (input file and the "variables" database).
array::Scalar m_uplift
bed uplift rate
PISM bed deformation model (base class).
void update_impl(const array::Scalar &ice_thickness, const array::Scalar &sea_level_elevation, double t, double dt)
Null(std::shared_ptr< const Grid > g)
MaxTimestep max_timestep_impl(double t) const
void init_impl(const InputOptions &opts, const array::Scalar &ice_thickness, const array::Scalar &sea_level_elevation)
Initialize from the context (input file and the "variables" database).