#include "petscdmplex.h" #include "petscdmlabel.h" PetscErrorCode DMPlexCreatePointSF(DM dm, PetscSF migrationSF, PetscBool ownership, PetscSF *pointSF)
| dm | - The source DMPlex object | |
| migrationSF | - The star forest that describes the parallel point remapping | |
| ownership | - Flag causing a vote to determine point ownership | |
| pointSF | - The star forest describing the point overlap in the remapped DM |