DMPlexSetOverlap#
Set the width of the cell overlap
Synopsis#
#include "petscdmplex.h"
#include "petscdmlabel.h"
PetscErrorCode DMPlexSetOverlap(DM dm, DM dmSrc, PetscInt overlap)
Logically collective
Input Parameters#
dm - The DM
dmSrc - The DM that produced this one, or NULL
overlap - the width of the cell overlap
Note#
The overlap from dmSrc is added to dm
See Also#
Level#
intermediate
Location#
Implementations#
DMPlexSetOverlap_Plex in src/dm/impls/plex/plexdistribute.c
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages