static InputParameters validParams()
static InputParameters validParams()
registerMooseAction("MooseApp", AddMeshDivisionAction, "add_mesh_division")
AddMeshDivisionAction(const InputParameters ¶ms)
This class parses MeshDivisions in the [MeshDivisions] block and creates them.
const std::string _name
The name of this class.
virtual void act() override
Method to add objects to the simulation or perform other setup tasks.
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.