std::list< Action * >::iterator ActionIterator
alias to hide implementation details
registerMooseAction("MooseApp", SetupDampersAction, "setup_dampers")
ActionIterator actionBlocksWithActionEnd(const std::string &task)
ActionIterator actionBlocksWithActionBegin(const std::string &task)
Iterators to the Actions in the warehouse.
static InputParameters validParams()
std::shared_ptr< FEProblemBase > & _problem
Convenience reference to a problem this action works on.
ActionWarehouse & _awh
Reference to ActionWarehouse where we store object build by actions.
static InputParameters validParams()
virtual void act() override
Method to add objects to the simulation or perform other setup tasks.
SetupDampersAction(const InputParameters ¶ms)