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"))
static InputParameters validParams()
const Real _growth_factor
Base class for time stepping.
ConstantDT(const InputParameters ¶meters)
static InputParameters validParams()
virtual Real computeDT() override
Computes time step size after the initial time step.
virtual Real computeInitialDT() override
Computes time step size for the initial time step.
registerMooseObject("MooseApp", ConstantDT)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
auto min(const L &left, const R &right)
Real getCurrentDT()
Get the current_dt.