Computes an identity mapping of ids to partitions. More...
Public Types | |
| typedef GID | gid_type |
| Type of the id being mapped into partitions. Required by Core. | |
| typedef Index | index_type |
| Type of the partition id. Required by Core. | |
Computes an identity mapping of ids to partitions.
The struct is used to implement view-based specifications of balanced distributions. The implementation assumes an instance of the GID is convertible to Index.
1.8.13