Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tutorials/output/
H A Dex1f90_0_2.out1 [0] <dm:plex> DMPlexPartitionLabelInvert(): Using MPI_Alltoallv() for mesh distribution
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c584 PetscCall(DMPlexPartitionLabelInvert(dm, ovAdjByRank, NULL, *ovLabel)); in DMPlexCreateOverlapLabel()
745 PetscCall(DMPlexPartitionLabelInvert(dm, ovAdjByRank, NULL, *ovLabel)); in DMPlexCreateOverlapLabelFromLabels()
1912 PetscCall(DMPlexPartitionLabelInvert(dm, lblPartition, NULL, lblMigration)); in DMPlexDistribute()
H A Dplexpartition.c1247 PetscErrorCode DMPlexPartitionLabelInvert(DM dm, DMLabel rootLabel, PetscSF processSF, DMLabel leaf… in DMPlexPartitionLabelInvert() function
/petsc/include/
H A Dpetscdmplex.h260 PETSC_EXTERN PetscErrorCode DMPlexPartitionLabelInvert(DM, DMLabel, PetscSF, DMLabel);