Searched refs:minmax_values_loc (Results 1 – 1 of 1) sorted by relevance
1279 PetscInt num_values_local, minmax_values[2], minmax_values_loc[2]; in DMLabelCreateGlobalValueArray() local1302 minmax_values_loc[0] = values_local[0]; in DMLabelCreateGlobalValueArray()1303 minmax_values_loc[1] = values_local[num_values_local - 1]; in DMLabelCreateGlobalValueArray()1306 minmax_values_loc[0] = PETSC_INT_MAX; in DMLabelCreateGlobalValueArray()1307 minmax_values_loc[1] = PETSC_INT_MIN; in DMLabelCreateGlobalValueArray()1309 PetscCall(PetscGlobalMinMaxInt(comm, minmax_values_loc, minmax_values)); in DMLabelCreateGlobalValueArray()