Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexpartition.c1344 PetscSF procSF; in DMPlexPartitionLabelInvert() local
1350 procSF = processSF; in DMPlexPartitionLabelInvert()
1353 PetscCall(PetscSFCreate(comm, &procSF)); in DMPlexPartitionLabelInvert()
1354 PetscCall(PetscSFSetGraphWithPattern(procSF, NULL, PETSCSF_PATTERN_ALLTOALL)); in DMPlexPartitionLabelInvert()
1358 …PetscCall(DMPlexDistributeData(dm, procSF, rootSection, MPIU_SF_NODE, rootPoints, leafSection, (vo… in DMPlexPartitionLabelInvert()
1361 PetscCall(PetscSFDestroy(&procSF)); in DMPlexPartitionLabelInvert()