-
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
Add different variants of p-multgrid #1209
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.
To me this is good. @lpsaavedra could you add the .rst documentation so that the new feature is documented? This will be very cool!
prm.declare_entry("mg p coarsening type", | ||
"decrease by one", | ||
Patterns::Selection( | ||
"decrease by one|bisect|go to one"), |
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.
What is bisect?
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.
@lpsaavedra you want to do the documentation in this PR or you want to regroup the new docs in another PR? |
I have now added the documentation for the new strategies in this PR and it is ready to be reviewed |
Co-authored-by: Bruno Blais <[email protected]>
Co-authored-by: Laura Prieto Saavedra <[email protected]> Co-authored-by: Laura Prieto Saavedra <[email protected]> Co-authored-by: Bruno Blais <[email protected]> Former-commit-id: 91608d7
Co-authored-by: Laura Prieto Saavedra <[email protected]> Co-authored-by: Laura Prieto Saavedra <[email protected]> Co-authored-by: Bruno Blais <[email protected]> Former-commit-id: 91608d7
No description provided.