-
Notifications
You must be signed in to change notification settings - Fork 102
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
Block dilution #1393
Block dilution #1393
Conversation
This is a nice PR @maddyscientist , thanks! One concern I have is that, when running This is not an issue during In the interest of the test executables "just working", I recommend changing the default value for |
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.
Pending Jenkins, approved!
This simple PR add supports for local disjoint hyper-cubic block dilution. I developed this as part of some experiments with smoothers. This effort is on ice, but since this is a nice self-contained feature addition, I figured it's best to get this upstreamed. This work makes some small changes to the
colorspinor::FloatNOrder
accessor, which will be helpful for multi-RHS.Note this PR is dependent on #1384 and so should not be considered for merging until after that is merged.