Home
last modified time | relevance | path

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

/honee/src/
H A Ddm-utils.c1288 const PetscInt *is_values_local = NULL; in DMLabelCreateGlobalValueArray() local
1293 PetscCall(ISGetIndices(is_values, &is_values_local)); in DMLabelCreateGlobalValueArray()
1295 PetscCall(PetscArraycpy(values_local, is_values_local, num_values_local)); in DMLabelCreateGlobalValueArray()
1296 PetscCall(ISRestoreIndices(is_values, &is_values_local)); in DMLabelCreateGlobalValueArray()