44 mooseError(
"Cannot add TimeSteppers without a Transient executioner");
50 if (
name ==
"TimeStepper" ||
name ==
"CompositionDT")
51 ts->
mooseError(
"The user-defined time stepper name '",
name,
"' is a reserved name");
AddTimeStepperAction(const InputParameters ¶ms)
static InputParameters validParams()
static InputParameters validParams()
Base class for time stepping.
virtual const std::string & name() const
Get the name of the class.
Add all timestepper(s) info from input.
const std::string & _current_task
The current action (even though we have separate instances for each action)
Base class for transient executioners that use a FixedPointSolve solve object for multiapp-main app i...
MooseApp & _app
The MOOSE application this is associated with.
const std::string _name
The name of this class.
Executioner * getExecutioner() const
Retrieve the Executioner for this App.
std::string _type
The Object type that is being created.
InputParameters _moose_object_pars
The parameters for the object to be created.
virtual void act() override
Method to add objects to the simulation or perform other setup tasks.
void mooseError(Args &&... args) const
Emits an error prefixed with object name and type.
std::shared_ptr< FEProblemBase > & _problem
Convenience reference to a problem this action works on.
registerMooseAction("MooseApp", AddTimeStepperAction, "add_time_stepper")