Home
last modified time | relevance | path

Searched refs:location_local (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
1315 PetscCall(PetscFindInt(value, num_values_local, values_local, &location_local)); in DMLabelCreateGlobalValueArray()
1316 PetscCallMPI(MPIU_Allreduce(&location_local, &location_global, 1, MPIU_INT, MPI_MAX, comm)); in DMLabelCreateGlobalValueArray()