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

unable to change SNES max iteration #220

Open
bknight1 opened this issue Aug 7, 2024 · 2 comments
Open

unable to change SNES max iteration #220

bknight1 opened this issue Aug 7, 2024 · 2 comments

Comments

@bknight1
Copy link
Member

bknight1 commented Aug 7, 2024

Do we want the user to be able to adjust the max number of iterations or always limit solves to 50?

@lmoresi
Copy link
Member

lmoresi commented Aug 29, 2024

OK - so this one was my decision. The flag to use Picard for a few iterations just makes the coding awkward. I guess we have to think about whether the solution here is brute force (bash on through) or mathematical elegance (figure out why convergence is poor and fix that).

@knepley
Copy link
Collaborator

knepley commented Aug 29, 2024

You can get the "Picard for a few iterations behavior" with command line options, using nonlinear preconditioning. We should definitely write that up since it is easy and generally useful.

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

No branches or pull requests

3 participants