Home
last modified time | relevance | path

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

/petsc/src/vec/is/is/utils/
H A Disdiff.c622 PetscMPIInt rank, size, llow, lhigh, low, high, color, subsize; in ISPairToList() local
646 llow = 0; in ISPairToList()
653 PetscCall(PetscMPIIntCast(PetscMin(llow, colors[lstart]), &llow)); in ISPairToList()
657 PetscCallMPI(MPIU_Allreduce(&llow, &low, 1, MPI_INT, MPI_MIN, comm)); in ISPairToList()