19 "Dummy executor that does nothing. Useful for testing among other things.");
registerMooseObject("MooseApp", NullExecutor)
The Executor class directs the execution flow of simulations.
Result & newResult()
Executors need to return a Result object describing how execution went - rather than constructing Res...
static InputParameters validParams()
virtual Result run() override
This function contains the primary execution implementation for a executor.
static InputParameters validParams()
NullExecutor(const InputParameters ¶meters)
This object tracks the success/failure state of the executor system as execution proceeds in a simula...