| 43f7d02b | 29-Oct-2014 |
Michael Lange <michael.lange@imperial.ac.uk> |
Plex: Enabling parallel re-partitioning via DMPlexDistribute
This commit adds several fixes that allow DMPlexDistribute to be used on an already distributed plex. It fixes the partition graph genera
Plex: Enabling parallel re-partitioning via DMPlexDistribute
This commit adds several fixes that allow DMPlexDistribute to be used on an already distributed plex. It fixes the partition graph generation and stratifies the migration SF used in DMPlexDistribute.
It also changes the point ordering again by always putting local points first in DMPlexPartitionLabelInvert. This is done to deal with ParMetis always returning the cell partitioning in local numbers.
show more ...
|
| f5bf2dbf | 29-Oct-2014 |
Michael Lange <michael.lange@imperial.ac.uk> |
Plex: Add DMPlexCreatePointSF utility
This routine handles the initial point SF generation with ownership voting, as well as the point remapping after overlap migration.
Note: Obsoletes DMPlexDistr
Plex: Add DMPlexCreatePointSF utility
This routine handles the initial point SF generation with ownership voting, as well as the point remapping after overlap migration.
Note: Obsoletes DMPlexDistributeSF
show more ...
|