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

Allow automatic scaling factors to be printed #13795

Closed
joshuahansel opened this issue Jul 25, 2019 · 2 comments · Fixed by #13798
Closed

Allow automatic scaling factors to be printed #13795

joshuahansel opened this issue Jul 25, 2019 · 2 comments · Fixed by #13798
Assignees
Labels
P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.

Comments

@joshuahansel
Copy link
Contributor

Reason

This would allow users to see the scaling factors that are computed by MOOSE.

Design

A possible design would be to print these to the console whenever the verbose parameter of the Outputs block is true and automatic scaling is used.

Impact

Extra output.

@joshuahansel joshuahansel added T: task An enhancement to the software. P: normal A defect affecting operation with a low possibility of significantly affects. labels Jul 25, 2019
@joshuahansel
Copy link
Contributor Author

@lindsayad I already have this done, so I'll just go ahead and make a PR for this.

joshuahansel added a commit to joshuahansel/moose that referenced this issue Jul 25, 2019
joshuahansel added a commit to joshuahansel/moose that referenced this issue Jul 25, 2019
The parameter "verbose" was moved from Transient to
FEProblemSolve so that Executioner can use it. This
then gets passed to NonlinearSystemBase.

Closes idaholab#13795
@lindsayad
Copy link
Member

lindsayad commented Jul 26, 2019 via email

joshuahansel added a commit to joshuahansel/moose that referenced this issue Jul 26, 2019
The parameter "verbose" was moved from Transient to
FEProblemSolve so that Executioner can use it. This
then gets passed to NonlinearSystemBase.

Closes idaholab#13795
joshuahansel added a commit to joshuahansel/moose that referenced this issue Jul 29, 2019
joshuahansel added a commit to joshuahansel/moose that referenced this issue Jul 29, 2019
joshuahansel added a commit to joshuahansel/moose that referenced this issue Jul 29, 2019
The parameter "verbose" was moved from Transient to
FEProblemSolve so that Executioner can use it. This
then gets passed to NonlinearSystemBase.

Closes idaholab#13795
joshuahansel added a commit to joshuahansel/moose that referenced this issue Jul 29, 2019
joshuahansel added a commit to joshuahansel/moose that referenced this issue Jul 29, 2019
joshuahansel added a commit to joshuahansel/moose that referenced this issue Jul 29, 2019
Automatic scaling cannot currently handle processes with
zero dofs.

Refs idaholab#13795
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

2 participants