-
Notifications
You must be signed in to change notification settings - Fork 9
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
Shortening some tests/demos #82
Conversation
"snes_type": "ksponly", | ||
"ksp_type": "fgmres", | ||
"ksp_max_it": 200, | ||
"ksp_gmres_restart": 30, |
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.
Not critical for a test, but these seem like generic defaults. Do we expect this to take more than O(10) iterations? If not, why not set both max_it
and restart
to a smaller value like 30?
"ksp_type": "fgmres", | ||
"ksp_monitor": None, | ||
"ksp_max_it": 200, | ||
"ksp_gmres_restart": 30, |
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.
Same as above
Tweak tests to take less time to run.