24 virtual void act()
override;
AddDefaultConvergenceAction(const InputParameters ¶ms)
Adds default Convergence objects to the simulation.
virtual void act() override
Method to add objects to the simulation or perform other setup tasks.
static InputParameters validParams()
void checkUnusedNonlinearConvergenceParameters()
Checks that nonlinear convergence parameters were not set in the executioner if using a Convergence o...
void checkUnusedMultiAppFixedPointConvergenceParameters()
Checks that fixed point convergence parameters were not set in the executioner if using a Convergence...
void addDefaultNonlinearConvergence()
Adds the default nonlinear Convergence object(s)
void addDefaultMultiAppFixedPointConvergence()
Adds the default fixed point Convergence object.