Searched refs:minmax_values (Results 1 – 1 of 1) sorted by relevance
1279 PetscInt num_values_local, minmax_values[2], minmax_values_loc[2]; in DMLabelCreateGlobalValueArray() local1309 PetscCall(PetscGlobalMinMaxInt(comm, minmax_values_loc, minmax_values)); in DMLabelCreateGlobalValueArray()1312 for (PetscInt value = minmax_values[0]; value <= minmax_values[1]; value++) { in DMLabelCreateGlobalValueArray()