petsc-3.11.4 2019-09-28
Report Typos and Errors

DMPlexCreateOverlapMigrationSF

Create an SF describing the new mesh distribution to make the overlap described by the input SF

Synopsis

#include "petscdmplex.h"   
#include "petscdmlabel.h"  
PetscErrorCode DMPlexCreateOverlapMigrationSF(DM dm, PetscSF overlapSF, PetscSF *migrationSF)
Collective on DM

Input Parameters

dm - The DM
overlapSF - The SF mapping ghost points in overlap to owner points on other processes

Output Parameters

See Also

DMPlexCreateOverlap(), DMPlexDistribute()

Level

developer

Location

src/dm/impls/plex/plexdistribute.c
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages
migrationSF - An SF that maps original points in old locations to points in new locations