-
Notifications
You must be signed in to change notification settings - Fork 300
Allow specifying element range in project_vector/project_solution #4368
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
base: devel
Are you sure you want to change the base?
Conversation
…st to project solution onto specific elements
…solution`, and add corresponding test
|
That |
|
Thanks, @roystgnr. I have fixed that bug. |
|
Job Coverage, step Generate coverage on 75159ac wanted to post the following: Coverage
Warnings
This comment will be updated on new commits. |
||||||||||||||||||||||||||
|
You also managed to downgrade TIMPI in the same commit. 😆 |
|
Sorry for the mistakes, @roystgnr. 😆 Thanks for catching! I’ve fixed the unintended TIMPI change. |
roystgnr
left a comment
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.
I don't want to slip anything that's this central into the current already-trouble-plagued MOOSE update PR, which might end up depending on #4369 or something like it, but IMHO this is ready to merge after that.
It appears that https://civet.inl.gov/repo/8/ does not recognize PR #4263, so as @roystgnr suggested, we will close #4263 and open this new PR.
Currently,
project_vectorandproject_solutionin libMesh apply the projection operation to all elements and all variables. It would be beneficial to extend these APIs to allow projection onto specific element ranges and selected variables only. This capability is implemented in the new PR.