CreateMeshSetupActionsForComponents

Adds the SetupMesh-Actions to the simulation, if they are not created by the Mesh block.

This Action creates the SetupMeshAction and the SetupMeshCompleteAction when the [ActionComponents] syntax is used. These two actions are normally only created if the [Mesh] syntax is used.

commentnote

To select specific Mesh operations, such as adding a partitioner or selecting the mesh parallel type, a [Mesh] block should be used, in which case, this Action does not perform any operation.

Input Parameters

  • active__all__ If specified only the blocks named will be visited and made active

    Default:__all__

    C++ Type:std::vector<std::string>

    Unit:(no unit assumed)

    Controllable:No

    Description:If specified only the blocks named will be visited and made active

  • inactiveIf specified blocks matching these identifiers will be skipped.

    C++ Type:std::vector<std::string>

    Unit:(no unit assumed)

    Controllable:No

    Description:If specified blocks matching these identifiers will be skipped.

Optional Parameters

  • control_tagsAdds user-defined labels for accessing object parameters via control logic.

    C++ Type:std::vector<std::string>

    Unit:(no unit assumed)

    Controllable:No

    Description:Adds user-defined labels for accessing object parameters via control logic.

Advanced Parameters