-
Notifications
You must be signed in to change notification settings - Fork 1.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
Split lower-d mesh blocks based on side types #29144
Conversation
This will need a Griffin patch. Tag @NamjaeChoi |
e60c6fd
to
2b5693c
Compare
2b5693c
to
29ae513
Compare
Job Documentation, step Docs: sync website on cbd9872 wanted to post the following: View the site here This comment will be updated on new commits. |
29ae513
to
9408cfb
Compare
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.
Can we use contains instead of count and empty() instead of size() ?
Using a fixed subdomain Id was likely an optimization so we should try to stay optimized
The number of lower-dimensional blocks depends on a mesh. It is not fixed, but on the other hand, it is not large. I guess we do not have other ways, unless we change exodus output in libMesh? |
I m requesting an inconsequential change here imo, it s just performance (potentially) |
9408cfb
to
e215b4c
Compare
cdbcd2d
to
e3a08cf
Compare
Job Coverage, step Generate coverage on cbd9872 wanted to post the following: Framework coverage
Modules coverageCoverage did not change Full coverage reportsReports
Warnings
This comment will be updated on new commits. |
e3a08cf
to
5e05ad8
Compare
@GiudGiud More comments? |
5e05ad8
to
683c680
Compare
795555c
to
a6a28b6
Compare
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.
We are trading one issue (same block name different element types) for another here (broken block restriction of lower D variables for the kernels checked in the framework) but they will both be resolved in time
a6a28b6
to
cbd9872
Compare
Closes #29142. Without this fix, the new test
3d-prism.i
will error out in--mesh-only
mode.