Searched refs:values_local (Results 1 – 1 of 1) sorted by relevance
1350 const PetscInt *values_local = NULL; in DMLabelGetValueISGlobal() local1367 PetscCall(ISGetIndices(is_values, &values_local)); in DMLabelGetValueISGlobal()1371 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()1383 …= 0; i < num_values_local; i++) PetscCall(PetscBTSet(local_values_bt, values_local[i] - minmax_val… in DMLabelGetValueISGlobal()1403 PetscCall(ISRestoreIndices(is_values, &values_local)); in DMLabelGetValueISGlobal()