virtual void act() override
Method to add objects to the simulation or perform other setup tasks.
static InputParameters validParams()
AddReporterAction(const InputParameters ¶ms)
registerMooseAction("MooseApp", AddReporterAction, "add_reporter")
const std::string _name
The name of this class.
std::string _type
The Object type that is being created.
Build Reporter objects within the [Reporters] input file block.
InputParameters _moose_object_pars
The parameters for the object to be created.
static InputParameters validParams()
std::shared_ptr< FEProblemBase > & _problem
Convenience reference to a problem this action works on.