21 virtual void act()
override;
28 void remove(
const std::string &
name);
GlobalParamsAction(const InputParameters ¶ms)
InputParameters & parameters()
Obtain a non-const reference of the action parameters in the InputParameterWarehouse.
std::vector< T > & setVectorParam(const std::string &name)
std::vector< std::vector< T > > & setDoubleIndexParam(const std::string &name)
const std::string & name() const
Get the name of the class.
T & setScalarParam(const std::string &name)
std::vector< std::vector< std::vector< T > > > & setTripleIndexParam(const std::string &name)
virtual void act() override
Method to add objects to the simulation or perform other setup tasks.
T & setParam(const std::string &name)
static InputParameters validParams()