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

Make beuler/snes solver quieter by default #2500

Merged
merged 1 commit into from
Feb 16, 2022
Merged

Conversation

bendudson
Copy link
Contributor

Add setting diagnose_failures to control whether detailed diagnostics are printed every time a SNES solve fails to
converge. Useful for debugging, but excessively noisy for routine use.

Also differentiate outputs by calling output_info, output_warn etc. as appropriate. This provides another level of control on output verbosity.

Applied Clang format.

@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Add setting `diagnose_failures` to control whether detailed
diagnostics are printed every time a SNES solve fails to
converge. Useful for debugging, but excessively noisy for routine
use.

Also differentiate outputs by calling `output_info`, `output_warn`
etc. as appropriate. This provides another level of control on output
verbosity.

Applied Clang format.
@ZedThree ZedThree merged commit 9ef7087 into next Feb 16, 2022
@ZedThree ZedThree deleted the next-beuler-diagnose branch February 16, 2022 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants