Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmplex.h263 PETSC_EXTERN PetscErrorCode DMPlexPartitionLabelPropagate(DM, DMLabel);
/petsc/src/dm/impls/plex/
H A Dplexpartition.c1181 PetscErrorCode DMPlexPartitionLabelPropagate(DM dm, DMLabel label) in DMPlexPartitionLabelPropagate() function
H A Dplexdistribute.c570 PetscCall(DMPlexPartitionLabelPropagate(dm, ovAdjByRank)); in DMPlexCreateOverlapLabel()