-
Notifications
You must be signed in to change notification settings - Fork 0
Add periodic corner neighbours #77
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
base: neighbourhood_diagonal
Are you sure you want to change the base?
Conversation
* need to create arrays to store periodic neighbours * need to output these arrays in Partitioner::save_metadata * need to add tests (integration)
98a1cca to
bbfc171
Compare
|
Changes overall look good to me. I will be adding some tests to see it running. I guess most changes are related to:
Is their something else that I missed? |
niravshah241
left a comment
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.
Approved. One more test will be added (for top and bottom overlapping neighbour) in PR #76
| } | ||
|
|
||
| int Partitioner::halo_corner_start(const Domain d1, const Domain d2, const Vertex vertex) | ||
| int Partitioner::halo_corner_start( |
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.
@niravshah241 just flagging, I didn't verify/test Partitioner::halo_corner_start() for periodic neighbours. So it might be incorrect.
…rt, is_neighbour, is_corner_neighbour public members (which were private members earlier)
Add Periodic neighbours to metadata
This PR does the following:
TODO
Partitioner::save_metadata