Skip to content
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

GlobalParams should not be applied to suppressed parameters #8761

Closed
dschwen opened this issue Mar 20, 2017 · 5 comments · Fixed by #22592
Closed

GlobalParams should not be applied to suppressed parameters #8761

dschwen opened this issue Mar 20, 2017 · 5 comments · Fixed by #22592
Assignees
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.

Comments

@dschwen
Copy link
Member

dschwen commented Mar 20, 2017

Description of the enhancement or error report

As discussed in #8760 parameters form the [GlobalParams] block should not be applied to parameters suppressed with suppressParameter.

Rationale for the enhancement or information for reproducing the error

suppressParameter should behave as if the parameter was never added in the first place. This is currently not the case. If a suppressed parameter is specified in GlobalParams and error is thrown.

Identified impact

Consistent API. This will allow us to suppress use_displaced_mesh in certain materials without having to forego the use of GlobalParams.

@permcody permcody added C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software. labels Mar 20, 2017
@permcody
Copy link
Member

permcody commented Sep 6, 2017

I know you guys are using this now. Is this still an issue and you are just working around it?

@GiudGiud
Copy link
Contributor

GiudGiud commented Nov 2, 2022

Yes this is still an issue.
@socratesgorilla would you want to tackle that? It s pretty annoying to a lot of people

@socratesgorilla
Copy link
Contributor

Sounds like a fitting task, go and ahead assign me

@YaqiWang
Copy link
Contributor

YaqiWang commented Nov 2, 2022

Maybe one stone kills two birds: #22480?

@GiudGiud
Copy link
Contributor

GiudGiud commented Nov 2, 2022

I like divide and conquer better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants