-
Notifications
You must be signed in to change notification settings - Fork 60
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
Allow to iterate intermediate GMG levels #1211
Conversation
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.
I'm OK with this, but it also lacks the associated documentation. @lpsaavedra I'll let you take a look first
e243868
to
c34c49a
Compare
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.
Minor comments. I will work on the documentation.
c34c49a
to
7a47b8e
Compare
I added the new parameter in the documentation and updated the changelog. Let us test it before introducing more parameters. |
Description In PR #1211 a new parameter was introduced that allow to iterate intermediate GMG levels. This allows to choose a level as coarse grid and used there a GMRES iterative solver preconditioned by a MG. So far, only one parameter was present: mg int level, however, the parameters for the number of iterations and tolerances were being hardcoded. This PR changes that by using already existing GMRES parameters.. Testing I have tested this in the flow around a sphere case and seems to work just fine. Documentation The documentation was updated by adding a note that specifies the use of these parameters for this purpose as well.
Co-authored-by: Laura Prieto Saavedra <[email protected]> Former-commit-id: e134727
…os-polymtl#1264) Description In PR chaos-polymtl#1211 a new parameter was introduced that allow to iterate intermediate GMG levels. This allows to choose a level as coarse grid and used there a GMRES iterative solver preconditioned by a MG. So far, only one parameter was present: mg int level, however, the parameters for the number of iterations and tolerances were being hardcoded. This PR changes that by using already existing GMRES parameters.. Testing I have tested this in the flow around a sphere case and seems to work just fine. Documentation The documentation was updated by adding a note that specifies the use of these parameters for this purpose as well. Former-commit-id: bf39a0d
Co-authored-by: Laura Prieto Saavedra <[email protected]> Former-commit-id: e134727
Description In PR #1211 a new parameter was introduced that allow to iterate intermediate GMG levels. This allows to choose a level as coarse grid and used there a GMRES iterative solver preconditioned by a MG. So far, only one parameter was present: mg int level, however, the parameters for the number of iterations and tolerances were being hardcoded. This PR changes that by using already existing GMRES parameters.. Testing I have tested this in the flow around a sphere case and seems to work just fine. Documentation The documentation was updated by adding a note that specifies the use of these parameters for this purpose as well. Former-commit-id: bf39a0d
No description provided.