registerMooseAction("MooseApp", CreateAddedMeshGenerators, "create_added_mesh_generators")
static InputParameters validParams()
MooseApp & _app
The MOOSE application this is associated with.
Action that calls MeshGeneratorSystem::createAddedMeshGenerators()
static InputParameters validParams()
virtual void act() override
Method to add objects to the simulation or perform other setup tasks.
CreateAddedMeshGenerators(const InputParameters ¶ms)
void createAddedMeshGenerators()
Creates (constructs) all of the MeshGenerators that have been declared using addMeshGenerator().
MeshGeneratorSystem & getMeshGeneratorSystem()
Gets the system that manages the MeshGenerators.