Home
last modified time | relevance | path

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

/honee/src/
H A Ddm-utils.c1287 IS is_values; in DMLabelCreateGlobalValueArray() local
1290 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()