Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1252 PetscBool hasLabels = PETSC_FALSE, lsendDepth, sendDepth; in DMPlexDistributeLabels() local
1268 PetscCallMPI(MPIU_Allreduce(&lsendDepth, &sendDepth, 1, MPI_C_BOOL, MPI_LOR, comm)); in DMPlexDistributeLabels()
1269 if (sendDepth) { in DMPlexDistributeLabels()
1292 if (isDepth && !sendDepth) continue; in DMPlexDistributeLabels()