Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D318.md282 - Add `DMPlexCreateOverlapLabelFromLabels()` for more customized overlap
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c661 PetscErrorCode DMPlexCreateOverlapLabelFromLabels(DM dm, PetscInt numLabels, const DMLabel label[],… in DMPlexCreateOverlapLabelFromLabels() function
2059 …if (mesh->numOvLabels) PetscCall(DMPlexCreateOverlapLabelFromLabels(dm, mesh->numOvLabels, mesh->o… in DMPlexDistributeOverlap_Internal()
/petsc/include/
H A Dpetscdmplex.h303 PETSC_EXTERN PetscErrorCode DMPlexCreateOverlapLabelFromLabels(DM, PetscInt, const DMLabel[], const…