Searched refs:location_global (Results 1 – 1 of 1) sorted by relevance
1313 PetscInt location_local = -1, location_global = -1; in DMLabelCreateGlobalValueArray() local1316 PetscCallMPI(MPIU_Allreduce(&location_local, &location_global, 1, MPIU_INT, MPI_MAX, comm)); in DMLabelCreateGlobalValueArray()1317 if (location_global < 0) continue; in DMLabelCreateGlobalValueArray()