Periodic index spaces#765
Conversation
|
@JStewart28 I still need to add tests, but wanted to push this and make sure this was in the right direction |
161c00e to
2775e18
Compare
|
|
2775e18 to
0c7aea3
Compare
I found a mistake here - initially I wrote returned the |
What I mean is for the same halo distance - in this case, 2 cells - and on a periodic boundary, in a |
subset of sharedIndexSpace on periodic boundaries
0c7aea3 to
fab6489
Compare
|
@JStewart28 I finally got back to this - I fixed one more issue. Let me know if you still see any problems, but the case I'm comparing seems to match (in the tutorial I modified here) |
|
Still trying to work this out. In Beatnik, we have the following code to give us the periodic index space for 2D partitioning: Which I'm hoping becomes a 1-1 substitution for local_grid->periodicIndexSpace, but something is still off. I added this function in as another example in |
|
Has there been any progress on this PR? |
Add local grid index space generation for periodic boundaries that matches the current boundary index space concept. This completes all current boundary types:
boundaryIndexSpaceperiodicIndexSpacesharedIndexSpaceTODO: add tests to avoid issues similar to #615 due to assumed "equivalent" boundary spaces
Closes #762