Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify element activation, element death and moving interface #17354

Merged
merged 1 commit into from
Mar 18, 2021

Conversation

hugary1995
Copy link
Contributor

Generalize the existing ActivateElementUserObjects, add ElementSubdomainModifiers, and fix some parallel bugs.

close #17100

Generalize the existing ActivateElementUserObjects, add ElementSubdomainModifiers, and fix some parallel bugs.

close idaholab#17100
ghost_sides_to_remove;
std::unordered_map<processor_id_type, std::vector<dof_id_type>> ghost_nodes_to_remove;

// The logic below updates the side set and the node set associated with the moving boundary.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fdkong @dschwen @loganharbour I only changed the following logic compared to #17101 .
Here from line 172 to line 221.

As far as I can tell, the parallel issue stems from off-processor point neighbors that only shares one node with the moved element.

@hugary1995
Copy link
Contributor Author

I turned on additional parallel sweeps that failed previously. Hope they pass this time!

@moosebuild
Copy link
Contributor

Job Documentation on 4fd85f9 wanted to post the following:

View the site here

This comment will be updated on new commits.

@moosebuild
Copy link
Contributor

Job Modules Parallel on 4fd85f9 : invalidated by @fdkong

TIMEOUT test:raykernels/errors.change_direction/end_set FAILED (TIMEOUT) [FINISHED]

@fdkong fdkong merged commit 258d56d into idaholab:next Mar 18, 2021
@hugary1995 hugary1995 deleted the subdomain_modifier_pr2 branch January 23, 2022 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unify element activation, element death and moving interface
3 participants