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