Searched refs:iscol_d (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex211.c | 6 PetscErrorCode ISGetSeqIS_SameColDist_Private(Mat mat, IS isrow, IS iscol, IS *isrow_d, IS *iscol_d… in ISGetSeqIS_SameColDist_Private() argument 52 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, ncols, idx, PETSC_OWN_POINTER, iscol_d)); in ISGetSeqIS_SameColDist_Private() 54 PetscCall(ISSetBlockSize(*iscol_d, i)); 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() 174 PetscCall(ISDestroy(&iscol_d)); in main()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 3145 …tSeqIS_SameColDist_Private(Mat mat, IS isrow, IS iscol, IS *isrow_d, IS *iscol_d, IS *iscol_o, Pet… in ISGetSeqIS_SameColDist_Private() argument 3187 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, ncols, idx, PETSC_OWN_POINTER, iscol_d)); in ISGetSeqIS_SameColDist_Private() 3189 PetscCall(ISSetBlockSize(*iscol_d, i)); in ISGetSeqIS_SameColDist_Private() 3248 IS iscol_d, isrow_d, iscol_o; in MatCreateSubMatrix_MPIAIJ_SameRowColDist() local 3260 PetscCall(PetscObjectQuery((PetscObject)*submat, "iscol_d", (PetscObject *)&iscol_d)); in MatCreateSubMatrix_MPIAIJ_SameRowColDist() 3261 …PetscCheck(iscol_d, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONGSTATE, "iscol_d passed in was not used bef… in MatCreateSubMatrix_MPIAIJ_SameRowColDist() 3268 …PetscCall(MatCreateSubMatrix_SeqAIJ(a->A, isrow_d, iscol_d, PETSC_DECIDE, MAT_REUSE_MATRIX, &asub-… in MatCreateSubMatrix_MPIAIJ_SameRowColDist() 3279 …PetscCall(ISGetSeqIS_SameColDist_Private(mat, isrow, iscol, &isrow_d, &iscol_d, &iscol_o, &garray)… in MatCreateSubMatrix_MPIAIJ_SameRowColDist() 3282 …PetscCall(MatCreateSubMatrix_SeqAIJ(a->A, isrow_d, iscol_d, PETSC_DECIDE, MAT_INITIAL_MATRIX, &Asu… in MatCreateSubMatrix_MPIAIJ_SameRowColDist() 3330 PetscCall(PetscObjectCompose((PetscObject)M, "iscol_d", (PetscObject)iscol_d)); in MatCreateSubMatrix_MPIAIJ_SameRowColDist() [all …]
|