bool isUltimateMaster() const
Whether or not this app is the ultimate master app.
void executeMeshGenerators()
Execute and clear the Mesh Generators data structure.
static InputParameters validParams()
MooseApp & _app
The MOOSE application this is associated with.
static InputParameters validParams()
registerMooseAction("MooseApp", ExecuteMeshGenerators, "execute_mesh_generators")
std::shared_ptr< MooseMesh > & _mesh
ExecuteMeshGenerators(const InputParameters ¶ms)
bool useMasterMesh() const
Returns whether to use the parent app mesh as the mesh for this app.
virtual void act() override
Method to add objects to the simulation or perform other setup tasks.
MeshGeneratorSystem & getMeshGeneratorSystem()
Gets the system that manages the MeshGenerators.
bool isRecovering() const
Whether or not this is a "recover" calculation.