-
Notifications
You must be signed in to change notification settings - Fork 72
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
GMRES Tutorial #143
GMRES Tutorial #143
Conversation
I think I need to change the initial condition to be random (and sum to zero) - it's converging too easily with sin(2 pi x) on the RHS. |
randomize RHS Jacobi preconditioner (implemented but probably buggy as convergence slows down)
I think I have got precon working. Do you want me to push the changes? |
Sure I was going to ask you about it later today but go ahead and push and I'll study the differences. Thanks! |
Maybe we can add some comments to what the preconditioner is supposed to do. It is supposed to solve |
yes both in this PR and in the amrex/src... I was going to pull the comments from the classes in there directly into this PR. |
It might also be worth mentioning here and in amrex/Src that we use right preconditioning. |
I'll do a little tidying and merge (later today) |
And I'll update the documentation. |
Simple driver and class for unpreconditioned GMRES for Poisson equation.