Searched refs:minmax_values_loc (Results 1 – 1 of 1) sorted by relevance
1348 …PetscInt num_values_local = 0, num_values_global, minmax_values[2], minmax_values_loc[2] = … in DMLabelGetValueISGlobal() local1371 minmax_values_loc[0] = PetscMin(minmax_values_loc[0], values_local[i]); in DMLabelGetValueISGlobal()1372 minmax_values_loc[1] = PetscMax(minmax_values_loc[1], values_local[i]); in DMLabelGetValueISGlobal()1375 PetscCall(PetscGlobalMinMaxInt(comm, minmax_values_loc, minmax_values)); in DMLabelGetValueISGlobal()