Home
last modified time | relevance | path

Searched refs:ovlboundary (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c2006 …verlap_Internal(DM dm, PetscInt overlap, MPI_Comm newcomm, const char *ovlboundary, PetscSF *sf, D… in DMPlexDistributeOverlap_Internal() argument
2041 if (ovlboundary) { in DMPlexDistributeOverlap_Internal()
2043 PetscCall(DMHasLabel(dm, ovlboundary, &flg)); in DMPlexDistributeOverlap_Internal()
2047 PetscCall(DMCreateLabel(dm, ovlboundary)); in DMPlexDistributeOverlap_Internal()
2048 PetscCall(DMGetLabel(dm, ovlboundary, &label)); in DMPlexDistributeOverlap_Internal()
2096 if (ovlboundary) { in DMPlexDistributeOverlap_Internal()
2100 if (clear_ovlboundary) PetscCall(DMRemoveLabel(dm, ovlboundary, NULL)); in DMPlexDistributeOverlap_Internal()
2101 PetscCall(DMHasLabel(*dmOverlap, ovlboundary, &flg)); in DMPlexDistributeOverlap_Internal()
2102 PetscCheck(flg, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Missing %s label", ovlboundary); in DMPlexDistributeOverlap_Internal()
2103 PetscCall(DMGetLabel(*dmOverlap, ovlboundary, &label)); in DMPlexDistributeOverlap_Internal()