-
Notifications
You must be signed in to change notification settings - Fork 292
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
Add an assert to prevent returning true when asking if invalid_uint is the id of a vertex of a 1st order element #4123
base: devel
Are you sure you want to change the base?
Conversation
failures are fixed by idaholab/moose#30196 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works for me as-is, but could we use libmesh_dbg_var(n)
in the argument lists rather than libmesh_ignore(n)
in the bodies?
ok let me change that |
Let's wait until idaholab/moose#30196 is fully merged so we don't add yet another spurious recipe failure to libMesh PRs, but otherwise this is good to go. |
MOOSE patch is merged, test failure unrelated |
nevermind |
Job Test MOOSE debug on d878831 : invalidated by @GiudGiud should be fixed now |
Job Test MOOSE ARM mac on d878831 : invalidated by @GiudGiud unrelated |
refs #4122
we could also do
instead. Seems like it would be just as invalid to me