Searched refs:lrowindices (Results 1 – 1 of 1) sorted by relevance
5427 const PetscInt *lrowindices; in MatCreateSeqSubMatrixWithRows_Private() local5443 PetscCall(ISGetIndices(rows, &lrowindices)); in MatCreateSeqSubMatrixWithRows_Private()5450 PetscCall(PetscLayoutFindOwnerIndex(P->rmap, lrowindices[i], &owner, &lidx)); in MatCreateSeqSubMatrixWithRows_Private()5518 PetscCall(PetscLayoutFindOwnerIndex(P->rmap, lrowindices[i], &owner, NULL)); in MatCreateSeqSubMatrixWithRows_Private()5533 PetscCall(ISRestoreIndices(rows, &lrowindices)); in MatCreateSeqSubMatrixWithRows_Private()