Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex211.c6 …lDist_Private(Mat mat, IS isrow, IS iscol, IS *isrow_d, IS *iscol_d, IS *iscol_o, const PetscInt *… in ISGetSeqIS_SameColDist_Private() argument
112 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, count, idx, PETSC_COPY_VALUES, iscol_o)); in ISGetSeqIS_SameColDist_Private()
169 IS iscol_d, isrow_d, iscol_o; in main() local
171 PetscCall(ISGetSeqIS_SameColDist_Private(C, isrow, iscol, &isrow_d, &iscol_d, &iscol_o, &garray)); in main()
175 PetscCall(ISDestroy(&iscol_o)); in main()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c3145 …lDist_Private(Mat mat, IS isrow, IS iscol, IS *isrow_d, IS *iscol_d, IS *iscol_o, PetscInt *garray… in ISGetSeqIS_SameColDist_Private() argument
3230 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, count, idx, PETSC_COPY_VALUES, iscol_o)); in ISGetSeqIS_SameColDist_Private()
3248 IS iscol_d, isrow_d, iscol_o; in MatCreateSubMatrix_MPIAIJ_SameRowColDist() local
3263 PetscCall(PetscObjectQuery((PetscObject)*submat, "iscol_o", (PetscObject *)&iscol_o)); in MatCreateSubMatrix_MPIAIJ_SameRowColDist()
3264 …PetscCheck(iscol_o, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONGSTATE, "iscol_o passed in was not used bef… in MatCreateSubMatrix_MPIAIJ_SameRowColDist()
3269 PetscCall(ISGetLocalSize(iscol_o, &n)); in MatCreateSubMatrix_MPIAIJ_SameRowColDist()
3270 …if (n) PetscCall(MatCreateSubMatrix_SeqAIJ(a->B, isrow_d, iscol_o, PETSC_DECIDE, MAT_REUSE_MATRIX,… in MatCreateSubMatrix_MPIAIJ_SameRowColDist()
3279 …PetscCall(ISGetSeqIS_SameColDist_Private(mat, isrow, iscol, &isrow_d, &iscol_d, &iscol_o, &garray)… in MatCreateSubMatrix_MPIAIJ_SameRowColDist()
3283 …PetscCall(MatCreateSubMatrix_SeqAIJ(a->B, isrow_d, iscol_o, PETSC_DECIDE, MAT_INITIAL_MATRIX, &Bsu… in MatCreateSubMatrix_MPIAIJ_SameRowColDist()
3286 PetscCall(ISGetSize(iscol_o, &count)); in MatCreateSubMatrix_MPIAIJ_SameRowColDist()
[all …]