Searched refs:sendDepth (Results 1 – 1 of 1) sorted by relevance
1252 PetscBool hasLabels = PETSC_FALSE, lsendDepth, sendDepth; in DMPlexDistributeLabels() local1268 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()