Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c3092 static PetscErrorCode ISGetSeqIS_Private(Mat mat, IS iscol, IS *isseq) in ISGetSeqIS_Private() function
3399 PetscCall(ISGetSeqIS_Private(mat, iscol, &iscol_local)); in MatCreateSubMatrix_MPIAIJ()
3426 if (!iscol_local) PetscCall(ISGetSeqIS_Private(mat, iscol, &iscol_local)); in MatCreateSubMatrix_MPIAIJ()