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

GMRESMLMG: Support Multi-level composite solve #4271

Open
wants to merge 2 commits into
base: development
Choose a base branch
from

Conversation

WeiqunZhang
Copy link
Member

@WeiqunZhang WeiqunZhang commented Dec 18, 2024

We also need to use smoother at the bottom level of the mlmg preconditioner, because our cg solvers are non-deterministic. What that means is with cg solvers the preconditioner matrix is not fixed. That can result in wrong solutions in GMRES.

@WeiqunZhang WeiqunZhang force-pushed the ml_gmres branch 3 times, most recently from 09da64a to d546b81 Compare December 20, 2024 00:04
@WeiqunZhang WeiqunZhang force-pushed the ml_gmres branch 2 times, most recently from 9f7e9eb to 55140d1 Compare January 17, 2025 21:14
@WeiqunZhang WeiqunZhang marked this pull request as ready for review January 18, 2025 20:32
@WeiqunZhang WeiqunZhang requested a review from ajnonaka January 18, 2025 20:33
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.

1 participant