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