27 virtual void init()
override;
TimeSequenceFromTimes(const InputParameters ¶meters)
virtual Real getNextTimeInSequence() override
const InputParameters & parameters() const
Get the parameters of the object.
virtual void init() override
Initialize the time stepper.
Times objects are under the hood Reporters, but limited to a vector of Real.
const Times & _times
A Times object that will provide the sequence of times to hit.
static InputParameters validParams()
Time sequence stepper that gets its sequence of times to hit from a times object. ...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Solves the PDEs at a sequence of given time points.
void updateTimeSequence()
virtual Real computeDT() override
Computes time step size after the initial time step.