-
Notifications
You must be signed in to change notification settings - Fork 78
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
Feature/graph of grid: well envelope #811
base: master
Are you sure you want to change the base?
Feature/graph of grid: well envelope #811
Conversation
jenkins build this please |
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.
Looks good. A few comments...
jenkins build this please |
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.
Thanks a lot. In general this looks like a very good improvement.
Fist batch of comments. I still need to look at the two test files.
Hopefully there are more useful comments than nitpicking on white space issues. 😅
jenkins build this please |
Thanks for all the changes. |
After checking the performance of the |
Testing the
|
jenkins build this please |
This PR adds an interface for using the function
addNeighboringCellsToWells
ofGraphOfGrid
that during partitioning merges each well with a layer(s) of cells surrounding it, in order to keep the well further from the subdomain boundary. To use this option,flow
must be called with parameter--zoltan-params=*.json
taking a json file. The json file then must contain the keywordEnvelopeWellLayers
with the number of layers (default 0). The feature is supported only by the partitioner using theGraphOfGrid
(--partition-method=3
).In addition, the communication of the well cells (that are not visible to the partitioner) was streamlined, and we added a few more unit tests.