ElementIDOutputAction

Action for copying extra element IDs into auxiliary variables for output.

This action is triggered when "output_extra_element_ids" is set to true. AuxVariables and AuxKernels relevant to the extra element ids defined on the mesh are automatically added to the problem, and the resulting element integers are also outputted to the Exodus file.

[Outputs<<<{"href": "../../syntax/Outputs/index.html"}>>>]
  [out]
    type = Exodus<<<{"description": "Object for output data in the Exodus format", "href": "../outputs/Exodus.html"}>>>
    output_extra_element_ids<<<{"description": "Flag indicating if extra element ids defined on the mesh should be outputted"}>>> = true
  []
[]
(moose/test/tests/outputs/exodus/exodus_elem_id.i)

More information can be found on the Exodus output documentation page.

Input Parameters

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

    Default:__all__

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

    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>

    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>

    Controllable:No

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

Advanced Parameters