-
Notifications
You must be signed in to change notification settings - Fork 59
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
Update periodic hills example #1349
Conversation
set ilu preconditioner relative tolerance = 1.00 | ||
set verbosity = verbose | ||
set method = gmres | ||
set max iters = 5000 |
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.
Do we need such a large amount of iterations by default?
set max iters = 5000 | ||
set relative residual = 1e-3 | ||
set minimum residual = 1e-9 | ||
set max krylov vectors = 200 |
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.
Maybe we could lower the amount of iterations and increase the max number of krylov vectors to match it?
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.
Yes, I think this is a good idea. I have checked the output files, and I think 300 would be reasonable for both.
8a7e05a
to
a05c2c7
Compare
Description
A useless warning for the output folder was removed and the default parameters of the ILU preconditioner were removed from the prm file. Apart from this, the example is up to date and everything works as expected.
Checklist (will be removed when merged)
See this page for more information about the pull request process.
Code related list:
Pull request related list: