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

BreakMeshByBlock fix orphan nodes on boundary #15793

Closed
arovinelli opened this issue Sep 1, 2020 · 0 comments · Fixed by #15794
Closed

BreakMeshByBlock fix orphan nodes on boundary #15793

arovinelli opened this issue Sep 1, 2020 · 0 comments · Fixed by #15794
Labels
C: Framework T: defect An anomaly, which is anything that deviates from expectations.

Comments

@arovinelli
Copy link
Contributor

Bug Description

When one of the original interface nodes remains orphan (e.g is not woned anymore by any element belonging to the same processor) triggers the following assertion
Assertion `!node_touched_by_anyone[nodeid] || node_touched_by_me[nodeid]' failed.

This is only triggered in debug mode when enough CPUs are used and with 3D meshes.

Steps to Reproduce

I prepared a test triggering this problem in the solution PR

@arovinelli arovinelli added the T: defect An anomaly, which is anything that deviates from expectations. label Sep 1, 2020
arovinelli pushed a commit to arovinelli/moose that referenced this issue Sep 1, 2020
arovinelli pushed a commit to arovinelli/moose that referenced this issue Oct 5, 2020
arovinelli pushed a commit to arovinelli/moose that referenced this issue Oct 5, 2020
arovinelli pushed a commit to arovinelli/moose that referenced this issue Oct 5, 2020
arovinelli pushed a commit to arovinelli/moose that referenced this issue Oct 16, 2020
Fixed gold file

added block restricted BMBB

this should work

added test for block restricted mode

fix and closes idaholab#15793

Fixed gold file

remove recover from test

added documentation

use Elem::invalid_subdomain_id isntead of -1

added tests and pedantic mode

updated documentation
arovinelli pushed a commit to arovinelli/moose that referenced this issue Oct 23, 2020
Fixed gold file

added block restricted BMBB

this should work

added test for block restricted mode

fix and closes idaholab#15793

Fixed gold file

remove recover from test

added documentation

use Elem::invalid_subdomain_id isntead of -1

added tests and pedantic mode

updated documentation

removed depndenccy from idaholab#15794 and sqhased
loganharbour pushed a commit to loganharbour/moose that referenced this issue Oct 29, 2020
Fixed gold file

added block restricted BMBB

this should work

added test for block restricted mode

fix and closes idaholab#15793

Fixed gold file

remove recover from test

added documentation

use Elem::invalid_subdomain_id isntead of -1

added tests and pedantic mode

updated documentation

removed depndenccy from idaholab#15794 and sqhased
arovinelli pushed a commit to arovinelli/moose that referenced this issue Mar 31, 2021
arovinelli pushed a commit to arovinelli/moose that referenced this issue Mar 31, 2021
arovinelli pushed a commit to arovinelli/moose that referenced this issue Mar 31, 2021
jain651 pushed a commit to jain651/moose that referenced this issue Apr 19, 2021
Fixed gold file

added block restricted BMBB

this should work

added test for block restricted mode

fix and closes idaholab#15793

Fixed gold file

remove recover from test

added documentation

use Elem::invalid_subdomain_id isntead of -1

added tests and pedantic mode

updated documentation

removed depndenccy from idaholab#15794 and sqhased
aeslaughter pushed a commit to aeslaughter/moose that referenced this issue Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Framework T: defect An anomaly, which is anything that deviates from expectations.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants