Searched refs:minmax_values (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() local1375 PetscCall(PetscGlobalMinMaxInt(comm, minmax_values_loc, minmax_values)); in DMLabelGetValueISGlobal()1376 PetscInt value_range = minmax_values[1] - minmax_values[0] + 1; in DMLabelGetValueISGlobal()1383 … num_values_local; i++) PetscCall(PetscBTSet(local_values_bt, values_local[i] - minmax_values[0])); in DMLabelGetValueISGlobal()1395 values_global[a] = i + minmax_values[0]; in DMLabelGetValueISGlobal()