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