Searched refs:loc_periodic (Results 1 – 1 of 1) sorted by relevance
1151 …PetscReal loc_periodic[2] = {PETSC_MIN_REAL, PETSC_MIN_REAL}, loc_periodic_global[2]; // Locati… in DMPlexSetBoxLabel_Internal() local1170 loc_periodic[0] = PetscRealPart(coords[c * dim + d]); in DMPlexSetBoxLabel_Internal()1186 loc_periodic[1] = PetscRealPart(coords[c * dim + d]); in DMPlexSetBoxLabel_Internal()1195 …PetscCallMPI(MPIU_Allreduce(loc_periodic, loc_periodic_global, 2, MPIU_REAL, MPIU_MAX, PetscObject… in DMPlexSetBoxLabel_Internal()