Searched refs:indz (Results 1 – 1 of 1) sorted by relevance
2335 const PetscInt *ind, *indz; in PCFieldSplitRestrictIS_FieldSplit() local2374 PetscCall(ISGetIndices(iszl, &indz)); in PCFieldSplitRestrictIS_FieldSplit()2375 PetscCall(PetscArraycpy(indcz, indz, localsize)); in PCFieldSplitRestrictIS_FieldSplit()2376 PetscCall(ISRestoreIndices(iszl, &indz)); in PCFieldSplitRestrictIS_FieldSplit()