27 virtual void init()
override;
const InputParameters & parameters() const
Get the parameters of the object.
Time sequence stepper that gets its sequence of times to hit from a times object.
static InputParameters validParams()
virtual void init() override
Initialize the time stepper.
void updateTimeSequence()
virtual void refreshSequence() override
Re-read a time sequence source that can change during the simulation.
const Times & _times
A Times object that will provide the sequence of times to hit.
Solves the PDEs at a sequence of given time points.
Times objects are under the hood Reporters, but limited to a vector of Real.