Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex211.c6 PetscErrorCode ISGetSeqIS_SameColDist_Private(Mat mat, IS isrow, IS iscol, IS *isrow_d, IS *iscol_d… in ISGetSeqIS_SameColDist_Private() function
171 PetscCall(ISGetSeqIS_SameColDist_Private(C, isrow, iscol, &isrow_d, &iscol_d, &iscol_o, &garray)); in main()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c3145 static PetscErrorCode ISGetSeqIS_SameColDist_Private(Mat mat, IS isrow, IS iscol, IS *isrow_d, IS *… in ISGetSeqIS_SameColDist_Private() function
3279 …PetscCall(ISGetSeqIS_SameColDist_Private(mat, isrow, iscol, &isrow_d, &iscol_d, &iscol_o, &garray)… in MatCreateSubMatrix_MPIAIJ_SameRowColDist()