DMPlexGetOverlap#

Get the width of the cell overlap

Synopsis#

#include "petscdmplex.h"   
#include "petscdmlabel.h"  
PetscErrorCode DMPlexGetOverlap(DM dm, PetscInt *overlap)

Not Collective

Input Parameter#

  • dm - The DM

Output Parameter#

  • overlap - the width of the cell overlap

See Also#

DMPLEX, DMPlexSetOverlap(), DMPlexDistribute()

Level#

intermediate

Location#

src/dm/impls/plex/plexdistribute.c

Implementations#

DMPlexGetOverlap_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