Searched refs:lsendDepth (Results 1 – 1 of 1) sorted by relevance
1252 PetscBool hasLabels = PETSC_FALSE, lsendDepth, sendDepth; in DMPlexDistributeLabels() local1267 lsendDepth = mesh->depthState != depthState ? PETSC_TRUE : PETSC_FALSE; in DMPlexDistributeLabels()1268 PetscCallMPI(MPIU_Allreduce(&lsendDepth, &sendDepth, 1, MPI_C_BOOL, MPI_LOR, comm)); in DMPlexDistributeLabels()