Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex58f.F9064 PetscCallA(MatGetOwnershipIS(A, isrow, iscol, ierr))
67 PetscCallA(MatGetOwnershipIS(A, PETSC_NULL_IS, PETSC_NULL_IS, ierr))
H A Dex39.c31 PetscCall(MatGetOwnershipIS(C, &isrows, &iscols)); in main()
108 PetscCall(MatGetOwnershipIS(B, &isrows, &iscols)); in main()
H A Dex103.c38 PetscCall(MatGetOwnershipIS(A, &isrows, &iscols)); in main()
H A Dex242.c41 PetscCall(MatGetOwnershipIS(C, &isrows, &iscols)); in main()
106 PetscCall(MatGetOwnershipIS(B, &isrows, &iscols)); in main()
H A Dex245.c42 PetscCall(MatGetOwnershipIS(A, &isrows, &iscols)); in main()
74 PetscCall(MatGetOwnershipIS(B, &isrows, &iscols)); in main()
H A Dex243.c35 PetscCall(MatGetOwnershipIS(A, &isrows, &iscols)); in main()
H A Dex145.c43 PetscCall(MatGetOwnershipIS(A, &isrows, &iscols)); in main()
75 PetscCall(MatGetOwnershipIS(B, &isrows, &iscols)); in main()
H A Dex38.c34 PetscCall(MatGetOwnershipIS(C, &isrows, &iscols)); in main()
H A Dex104.c44 PetscCall(MatGetOwnershipIS(A, &isrows, &iscols)); in main()
H A Dex241.c78 PetscCall(MatGetOwnershipIS(A, is, NULL)); in main()
/petsc/src/ksp/ksp/tutorials/
H A Dex76.c146 PetscCall(MatGetOwnershipIS(A, &rows, NULL)); in main()
/petsc/src/mat/impls/elemental/
H A Dmatelem.cxx859 PetscCall(MatGetOwnershipIS(A, &isrows, &iscols)); in MatConvert_Elemental_Dense()
/petsc/doc/manual/
H A Dmat.md207 …re complicated; information about the storage locations can be obtained with `MatGetOwnershipIS()`.
209 most PETSc matrices the values returned by `MatGetOwnershipIS()` are the same as those returned by …
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi281 PetscErrorCode MatGetOwnershipIS(PetscMat, PetscIS*, PetscIS*)
H A DMat.pyx2070 getOwnershipRanges, getOwnershipRangesColumn, petsc.MatGetOwnershipIS
2075 CHKERR(MatGetOwnershipIS(self.mat, &rows.iset, &cols.iset))
/petsc/include/
H A Dpetscmat.h870 PETSC_EXTERN PetscErrorCode MatGetOwnershipIS(Mat, IS *, IS *);
/petsc/src/mat/impls/scalapack/
H A Dmatscalapack.c1135 PetscCall(MatGetOwnershipIS(A, &ir, &ic)); in MatConvert_Dense_ScaLAPACK()
/petsc/src/ksp/pc/impls/fieldsplit/
H A Dfieldsplit.c3374 PetscCall(MatGetOwnershipIS(pc->mat, &is_owned, NULL)); in PCSetCoordinates_FieldSplit()
/petsc/src/mat/interface/
H A Dmatrix.c7077 PetscErrorCode MatGetOwnershipIS(Mat A, IS *rows, IS *cols) in MatGetOwnershipIS() function