18 params.
addRequiredParam<std::vector<Real>>(
"time_sequence",
"The values of t");
19 params.
addClassDescription(
"Solves the Transient problem at a sequence of given time points.");
registerMooseObject("MooseApp", TimeSequenceStepper)
const T & getParam(const std::string &name) const
Retrieve a parameter for the object.
Solves the PDEs at a sequence of given time points.
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.
virtual void init() override
Initialize the time stepper.
TimeSequenceStepper(const InputParameters ¶meters)
static InputParameters validParams()