Home
last modified time | relevance | path

Searched refs:num_values_local (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/label/
H A Ddmlabel.c1348 …PetscInt num_values_local = 0, num_values_global, minmax_values[2], minmax_values_loc[2] = … in DMLabelGetValueISGlobal() local
1368 PetscCall(ISGetLocalSize(is_values, &num_values_local)); in DMLabelGetValueISGlobal()
1370 for (PetscInt i = 0; i < num_values_local; i++) { in DMLabelGetValueISGlobal()
1383 …for (PetscInt i = 0; i < num_values_local; i++) PetscCall(PetscBTSet(local_values_bt, values_local… in DMLabelGetValueISGlobal()