Searched refs:is_values_local (Results 1 – 1 of 1) sorted by relevance
1288 const PetscInt *is_values_local = NULL; in DMLabelCreateGlobalValueArray() local1293 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()