Searched refs:procSF (Results 1 – 1 of 1) sorted by relevance
1344 PetscSF procSF; in DMPlexPartitionLabelInvert() local1350 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()