Go to the documentation of this file.
40 for (
const auto & action_ptr : all_action_ptrs)
41 action_ptr->addRelationshipManagers(rm_type);
MooseApp & _app
The MOOSE application this is associated with.
defineLegacyParams(AddRelationshipManager)
const std::string & _current_task
The current action (even though we have seperate instances for each action)
registerMooseAction("MooseApp", AddRelationshipManager, "attach_geometric_rm")
AddRelationshipManager(InputParameters params)
RelationshipManagerType
Main types of Relationship Managers.
static InputParameters validParams()
virtual void act() override
Method to add objects to the simulation or perform other setup tasks.
const std::vector< std::shared_ptr< Action > > & allActionBlocks() const
Returns a reference to all of the actions.
static InputParameters validParams()
ActionWarehouse & _awh
Reference to ActionWarehouse where we store object build by actions.
This Action retrieves all of the Actions from the MooseAction Warehouse and triggers the addRelations...
void attachRelationshipManagers(Moose::RelationshipManagerType rm_type)
Attach the relationship managers of the given type Note: Geometric relationship managers that are sup...