-
Notifications
You must be signed in to change notification settings - Fork 5
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
Data Distribution: N-D or Patches #6
Comments
What is the difference between distributing along a grid and over patches? |
very nice! How did you made this picture? :) |
Beautiful! |
thanks, but it took me only 2min to draw that. |
n-dimensional distributing along a grid is now supported. |
Great job! |
@Heikman awesome, did/can you add some examples how to do so in the docs? |
yes, they were added by the 1.2 release last year. |
Right now we can distribute data along a 1D axis, but coupling to live simulations might need to "imitate" the spatial distribution of the RAM #4 accordingly.
We should therefore be able to distribute the data at least along a grid, more flexible would be to distribute it over patches immediately. Each patch can than consist of a rectangular area with a distinct offset and size. Neighbors around it's extend could be stored as a list (if necessary).
The text was updated successfully, but these errors were encountered: