Skip to content

Hm subdomain deactivation fix

Florian Zill requested to merge FZill/ogs:HM_subdomain_deactivation_fix into master

Fixes #3372 (closed). Our processes only searched for active element ids for the first process_id. Now a set_union of the active_element_ids per process variable is stored in the process. Applied in HM and tested. If this solution is fine, we can apply this to the remaining processes.

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented?

Merge request reports