-
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
Adding option to use absolute value in ElementIntegralPostprocessor. #28163
Conversation
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 dont mind this but you can already do it with:
- define a ParsedFunctorMaterial with the absolute value of the variable
- use the element integral pp for functors
framework/include/postprocessors/ElementIntegralVariablePostprocessor.h
Outdated
Show resolved
Hide resolved
Agree. But I think this would simplify things. Thanks for reviewing. |
ok that's fine. |
Job Documentation on bd9d205 wanted to post the following: View the site here This comment will be updated on new commits. |
Job Coverage on bd9d205 wanted to post the following: Framework coverage
Modules coverageCoverage did not change Full coverage reportsReports
This comment will be updated on new commits. |
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.
thx for the contribution
Closes #28162