21 virtual void init()
override;
23 virtual void execute()
override;
This class provides reusable routines for eigenvalue executioners.
const InputParameters & parameters() const
Get the parameters of the object.
virtual bool lastSolveConverged() const override
Whether or not the last solve converged.
const unsigned int & _free_iter
virtual void execute() override
Pure virtual execute function MUST be overridden by children classes.
static InputParameters validParams()
virtual void init() override
Initialize the executioner.
bool _last_solve_converged