Home
last modified time | relevance | path

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

/honee/src/
H A Ddm-utils.c1313 PetscInt location_local = -1, location_global = -1; in DMLabelCreateGlobalValueArray() local
1316 PetscCallMPI(MPIU_Allreduce(&location_local, &location_global, 1, MPIU_INT, MPI_MAX, comm)); in DMLabelCreateGlobalValueArray()
1317 if (location_global < 0) continue; in DMLabelCreateGlobalValueArray()