- subdomain_idsNew subdomain IDs of all elements
C++ Type:std::vector
Description:New subdomain IDs of all elements
AssignElementSubdomainID

The AssignElementSubdomainID has not been documented. The content listed below should be used as a starting point for documenting the class, which includes the typical automatic documentation associated with a MooseObject; however, what is contained is ultimately determined by what is necessary to make the documentation clear for users.
# AssignElementSubdomainID
!syntax description /MeshModifiers/AssignElementSubdomainID
## Overview
!! Replace these lines with information regarding the AssignElementSubdomainID object.
## Example Input File Syntax
!! Describe and include an example of how to use the AssignElementSubdomainID object.
!syntax parameters /MeshModifiers/AssignElementSubdomainID
!syntax inputs /MeshModifiers/AssignElementSubdomainID
!syntax children /MeshModifiers/AssignElementSubdomainID
!syntax description /MeshModifiers/AssignElementSubdomainID
Input Parameters
- depends_onThe MeshModifiers that this modifier relies upon (i.e. must execute before this one)
C++ Type:std::vector
Description:The MeshModifiers that this modifier relies upon (i.e. must execute before this one)
- element_idsNew subdomain IDs of all elements
C++ Type:std::vector
Description:New subdomain IDs of all elements
- force_prepareFalseNormally all MeshModifiers run before the mesh is prepared for use. This flag can be set on an individual modifier to force preparation between modifiers where they might be needed.
Default:False
C++ Type:bool
Description:Normally all MeshModifiers run before the mesh is prepared for use. This flag can be set on an individual modifier to force preparation between modifiers where they might be needed.
Optional Parameters
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector
Description:Adds user-defined labels for accessing object parameters via control logic.
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Description:Set the enabled status of the MooseObject.
Advanced Parameters
Input Files
- test/tests/mesh_modifiers/assign_element_subdomain_id/quad_with_elementid_subdomainid_test.i
- test/tests/mesh_modifiers/sidesets_between_subdomains/sidesets_between_vectors_of_subdomains.i
- test/tests/mesh_modifiers/assign_element_subdomain_id/quad_with_subdomainid_test.i
- test/tests/mesh_modifiers/assign_element_subdomain_id/tri_with_subdomainid_test.i
- test/tests/mesh_modifiers/sidesets_around_subdomain/around_multi_created_subdomain.i