Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexpartition.c1247 PetscErrorCode DMPlexPartitionLabelInvert(DM dm, DMLabel rootLabel, PetscSF processSF, DMLabel leaf… in DMPlexPartitionLabelInvert() argument
1304 if (!processSF) { in DMPlexPartitionLabelInvert()
1343 if (processSF || mpiOverflow) { in DMPlexPartitionLabelInvert()
1347 if (processSF) { in DMPlexPartitionLabelInvert()
1349 PetscCall(PetscObjectReference((PetscObject)processSF)); in DMPlexPartitionLabelInvert()
1350 procSF = processSF; in DMPlexPartitionLabelInvert()