OpenFPM PData
This module collect the implementation of distributed structures. So far Vectors and Multi Array (Grid) has been implemented. Because different distributed structures can interact with each other, and dynamically change, this project focus on
-
Decomposition, distribution, and re-distribution strategies for multiple structures that map over common domains
-
From the fact that the decomposition contain complex information, re-distribution of such information itself
Folders:
- Vector: Implementation of vector structures (doc and tutorials) (API reference)
- Grid: Implementation of multi arrays (doc and tutorials)
Overview
All the structures MUST be decomposed and distributed across processors.