Searched refs:is_values (Results 1 – 1 of 1) sorted by relevance
1287 IS is_values; in DMLabelCreateGlobalValueArray() local1290 PetscCall(DMLabelGetValueIS(label, &is_values)); in DMLabelCreateGlobalValueArray()1291 PetscCall(ISGetLocalSize(is_values, &num_values_local)); in DMLabelCreateGlobalValueArray()1293 PetscCall(ISGetIndices(is_values, &is_values_local)); in DMLabelCreateGlobalValueArray()1296 PetscCall(ISRestoreIndices(is_values, &is_values_local)); in DMLabelCreateGlobalValueArray()1297 PetscCall(ISDestroy(&is_values)); in DMLabelCreateGlobalValueArray()