You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't constrain hanging nodes at variable boundary
If we have a subdomain-restricted variable which is supported on a
fine element but *not* supported on a neighboring coarse element, then
we do *not* want to try to generate hanging node constraints for that
interface. Doing so was giving us OOB reads and garbage DoF IDs.
Backported with the other commits from #2099 with the command.
git cherry-pick e9297f133466d0ae5cbc1de07ffc
Refs #2029.
0 commit comments