Go to the documentation of this file.
20 params.
addRequiredParam<std::vector<Real>>(
"time_sequence",
"The values of t");
21 params.
addClassDescription(
"Solves the Transient problem at a sequence of given time points.");
Solves the PDEs at a sequence of given time points.
defineLegacyParams(TimeSequenceStepper)
virtual void init() override
Initialize the time stepper.
static InputParameters validParams()
registerMooseObject("MooseApp", TimeSequenceStepper)
TimeSequenceStepper(const InputParameters ¶meters)
void setupSequence(const std::vector< Real > ×)
static InputParameters validParams()
Solves the PDEs at a sequence of time points given as a vector in the input file.