#include "petscdmplex.h" #include "petscdmlabel.h" PetscErrorCode DMPlexCreateOverlapMigrationSF(DM dm, PetscSF overlapSF, PetscSF *migrationSF)Collective on DM
dm | - The DM | |
overlapSF | - The SF mapping ghost points in overlap to owner points on other processes |
migrationSF | - An SF that maps original points in old locations to points in new locations |