-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Tidy up MooseParsedFunction #31619
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: next
Are you sure you want to change the base?
Tidy up MooseParsedFunction #31619
Conversation
|
Job Documentation, step Docs: sync website on 5773182 wanted to post the following: View the site here This comment will be updated on new commits. |
…ias and value param (idaholab#31619)
8c3bd92 to
1035635
Compare
b2950f0 to
fd7646b
Compare
fd7646b to
5773182
Compare
|
Job Coverage, step Generate coverage on 5773182 wanted to post the following: Framework coverage
Modules coverageRichards
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.
Internal patches are needed for:
- Marmot
- Sabertooth
- SAM
- Griffin
- Pronghorn
Reviewed and approving the changes otherwise.
The removal of the deprecation of 'value' is the big change here, which breaks a lot of inputs
Reason
Remove deprecated functionality and fix flawed logic when determining valid inputs.
Design
Removes deprecated
ADParsedFunctionalias andvalueparameter. Simplifies logic to determine if a variable is scalar.Impact
Might break people's input files.