- subdomain_idsNew subdomain IDs of all elements
C++ Type:std::vector
Description:New subdomain IDs of all elements
<!– MOOSE Documentation Stub: Remove this when content is added. –>
AssignElementSubdomainID

The AssignElementSubdomainID has not been documented. The content contained on this page 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.
!syntax description /MeshModifiers/AssignElementSubdomainID
Input Parameters
- force_prepareFalseNormally all MeshModifiers run before the mesh is prepared for use. This flag can be set on an individual modifier to force preperation 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 preperation between modifiers where they might be needed.
- 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
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/sidesets_around_subdomain/around_multi_created_subdomain.i
- test/tests/mesh_modifiers/assign_element_subdomain_id/quad_with_elementid_subdomainid_test.i
- test/tests/userobjects/internal_side_user_object/internal_side_user_object_two_materials.i
- test/tests/mesh_modifiers/assign_element_subdomain_id/tri_with_subdomainid_test.i
- test/tests/postprocessors/point_value/point_value.i
- test/tests/mesh_modifiers/assign_element_subdomain_id/quad_with_subdomainid_test.i
- test/tests/mesh_modifiers/sidesets_between_subdomains/sidesets_between_vectors_of_subdomains.i