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

Add an assert to prevent returning true when asking if invalid_uint is the id of a vertex of a 1st order element #4123

Open
wants to merge 2 commits into
base: devel
Choose a base branch
from

Conversation

GiudGiud
Copy link
Contributor

@GiudGiud GiudGiud commented Mar 28, 2025

refs #4122

we could also do

  libmesh_assert_less (n, n_nodes());

instead. Seems like it would be just as invalid to me

@GiudGiud GiudGiud marked this pull request as draft March 28, 2025 22:24
@GiudGiud
Copy link
Contributor Author

failures are fixed by idaholab/moose#30196

@moosebuild
Copy link

moosebuild commented Mar 29, 2025

Job Coverage, step Generate coverage on d878831 wanted to post the following:

Coverage

e947c6 #4123 d87883
Total Total +/- New
Rate 63.32% 63.32% +0.00% 100.00%
Hits 74334 74341 +7 16
Misses 43055 43056 +1 0

Diff coverage report

Full coverage report

This comment will be updated on new commits.

Copy link
Member

@roystgnr roystgnr left a 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?

@GiudGiud
Copy link
Contributor Author

ok let me change that

@roystgnr
Copy link
Member

roystgnr commented Apr 1, 2025

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.

@GiudGiud
Copy link
Contributor Author

GiudGiud commented Apr 3, 2025

MOOSE patch is merged, test failure unrelated

@GiudGiud
Copy link
Contributor Author

GiudGiud commented Apr 3, 2025

nevermind

@moosebuild
Copy link

Job Test MOOSE debug on d878831 : invalidated by @GiudGiud

should be fixed now

@moosebuild
Copy link

Job Test MOOSE ARM mac on d878831 : invalidated by @GiudGiud

unrelated

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.

3 participants