21 class PostprocessorName;
Executor & getExecutorByName(const ExecutorName &executor_name) const
Get an Executor based on its actual name.
Base class for MOOSE-based applications.
const MooseObject * _ei_moose_object
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
Executor & getExecutor(const std::string ¶m_name) const
Get an Executor based on a parameter name.
Every object that can be built by the factory should be derived from this class.
static InputParameters validParams()
Interface class for classes which interact with Postprocessors.
ExecutorInterface(const MooseObject *moose_object)
The Executor class directs the execution flow of simulations.