Home
last modified time | relevance | path

Searched refs:lsendDepth (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
1267 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()