Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c5427 const PetscInt *lrowindices; in MatCreateSeqSubMatrixWithRows_Private() local
5443 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()