-
Notifications
You must be signed in to change notification settings - Fork 1k
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
libMesh submodule update #27273
libMesh submodule update #27273
Conversation
Create April 2024 template Refs idaholab#11447
Refs #0 Summary of changes: - Improved TriangulatorInterface compatibility with quadratic elements in boundary and hole meshes, including adjusting triangulation elements to match curved boundaries. This feature is not yet compatible with mid-triangulation boundary refinement. - Added scaling options to Empirical Interpolation Method in Reduced-Basis code, handling for cases with linearly dependent data, and update plotting. - Fixed bugs in visualization output of Lagrange data on Tri7, in `DirichletBoundary` application on nodesets generated from sidesets, and in FEMContext quadrature selection for cases where the first variable of a system is higher-order than any of the variables being queried by the context. This last fix prevents excessive numbers of quadrature points from being used in some MOOSE GeneralField transfer operations.
The FEMContext bug we just fixed was affecting 3 of our regression tests...
(I've cherry-picked from #27226 here so we don't get conflicts with the April news update) |
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.
The Conda stuff looks good to me!
Whoa - did I get it right on the first try? I'm surprisingly kind of disappointed. It feels like getting to the end of a Rube Goldberg machine, and sure the cube of sugar I wanted in my tea is now in there, but was there really no room to squeeze in another ravenous toucan or something first? |
Job Documentation on 9fffa07 wanted to post the following: View the site here This comment will be updated on new commits. |
Job Docker moose on 9fffa07 : invalidated by @roystgnr Kicking "Failed to run Docker hello-world" |
Job Coverage on 9fffa07 wanted to post the following: Framework coverage
Modules coverageCoverage did not change Full coverage reportsReports
This comment will be updated on new commits. |
Job Test timings on 9fffa07 wanted to post the following: View timings here This comment will be updated on new commits. |
Jason seems to have traced the TMAP8 install failure down to a recent PR there, and it's affecting far more than this PR, so we should be good to merge. |
Summary of changes:
Improved TriangulatorInterface compatibility with quadratic elements
in boundary and hole meshes, including adjusting triangulation
elements to match curved boundaries. This feature is not yet
compatible with mid-triangulation boundary refinement.
Added scaling options to Empirical Interpolation Method in
Reduced-Basis code, handling for cases with linearly dependent
data, and update plotting.
Fixed bugs in visualization output of Lagrange data on Tri7, in
DirichletBoundary
application on nodesets generated from sidesets,and in FEMContext quadrature selection for cases where the first
variable of a system is higher-order than any of the variables being
queried by the context. This last fix prevents excessive numbers of
quadrature points from being used in some MOOSE GeneralField
transfer operations.
This should fix Incorrect results for general field transfer test #26605