Simple time-stepper which imposes a time step constant in the logarithmic space.
const Real _log_dt
distance between two time steps in the logarithmic space
virtual Real computeInitialDT() override
Computes time step size for the initial time step.
const Real _first_dt
first time step (in absolute time)
Base class for time stepping.
const Real _growth_factor
virtual Real computeDT() override
Computes time step size after the initial time step.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
Get the parameters of the object.
LogConstantDT(const InputParameters ¶meters)
static InputParameters validParams()