22 "begin_exec_flag",
EXEC_NONE,
"exec flag associated with the beginning of this executor");
24 "end_exec_flag",
EXEC_NONE,
"exec flag associated with the end of this executor");
Result exec()
This is the main function for executors - this is how executors should invoke child/sub executors - b...
const ExecFlagType EXEC_NONE
Result _result
Stores the result representing the outcome from the run function.
static InputParameters validParams()
ExecFlagType _begin_flag
The execute-on flag to associate with the beginning of this executor's execution. ...
Executioners are objects that do the actual work of solving your problem.
virtual Result run()=0
This function contains the primary execution implementation for a executor.
const std::string _name
The name of this class.
Executor(const InputParameters ¶meters)
Interface class for classes which interact with Postprocessors.
Class for containing MooseEnum item information.
static InputParameters validParams()
const InputParameters & parameters() const
Get the parameters of the object.
This object tracks the success/failure state of the executor system as execution proceeds in a simula...
virtual void executeAllObjects(const ExecFlagType &exec_type)
ExecFlagType _end_flag
The execute-on flag to associate with the end of this executor's execution.
FEProblemBase & _fe_problem