25   params.
set<std::vector<std::string>>(
"_object_params_set_by_action") = {
"variable"};
    37   std::vector<std::string> elements;
    41   std::string & var_name = elements[elements.size() - 2];
 Action to add AuxKernel nested within an AuxVariable. 
const InputParameters & _pars
The object's parameters. 
static InputParameters validParams()
static InputParameters validParams()
std::string _type
The Object type that is being created. 
InputParameters _moose_object_pars
The parameters for the object to be created. 
std::shared_ptr< FEProblemBase > & _problem
Convenience reference to a problem this action works on. 
virtual void act() override
Method to add objects to the simulation or perform other setup tasks. 
AddAuxKernelAction(const InputParameters ¶ms)
registerMooseAction("MooseApp", AddAuxKernelAction, "add_aux_kernel")