26 "Maximum ratio of new to previous timestep sizes following a step that required the time"
27 " step to be cut due to a failed solve.");
35 _constant_dt(getParam<Real>(
"dt")),
36 _growth_factor(getParam<Real>(
"growth_factor"))
registerMooseObject("MooseApp", ConstantDT)
virtual Real computeDT() override
Computes time step size after the initial time step.
ConstantDT(const InputParameters ¶meters)
static InputParameters validParams()
const Real _growth_factor
virtual Real computeInitialDT() override
Computes time step size for the initial time step.
Base class for time stepping.
static InputParameters validParams()
Real getCurrentDT()
Get the current_dt.