petsc-3.6.4 2016-04-12
Report Typos and Errors

DMPlexMigrate

Migrates internal DM data over the supplied star forest

Synopsis

#include "petscdmplex.h"   
PetscErrorCode DMPlexMigrate(DM dm, PetscSF sf, DM targetDM)

Input Parameter

Output Parameter

dm - The source DMPlex object
sf - The star forest communication context describing the migration pattern
targetDM - The target DMPlex object

See Also

DMPlexDistribute(), DMPlexDistributeOverlap()

Level:intermediate
Location:
src/dm/impls/plex/plexdistribute.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages