| /petsc/src/mat/tests/ |
| H A D | ex58f.F90 | 64 PetscCallA(MatGetOwnershipIS(A, isrow, iscol, ierr)) 67 PetscCallA(MatGetOwnershipIS(A, PETSC_NULL_IS, PETSC_NULL_IS, ierr))
|
| H A D | ex39.c | 31 PetscCall(MatGetOwnershipIS(C, &isrows, &iscols)); in main() 108 PetscCall(MatGetOwnershipIS(B, &isrows, &iscols)); in main()
|
| H A D | ex103.c | 38 PetscCall(MatGetOwnershipIS(A, &isrows, &iscols)); in main()
|
| H A D | ex242.c | 41 PetscCall(MatGetOwnershipIS(C, &isrows, &iscols)); in main() 106 PetscCall(MatGetOwnershipIS(B, &isrows, &iscols)); in main()
|
| H A D | ex245.c | 42 PetscCall(MatGetOwnershipIS(A, &isrows, &iscols)); in main() 74 PetscCall(MatGetOwnershipIS(B, &isrows, &iscols)); in main()
|
| H A D | ex243.c | 35 PetscCall(MatGetOwnershipIS(A, &isrows, &iscols)); in main()
|
| H A D | ex145.c | 43 PetscCall(MatGetOwnershipIS(A, &isrows, &iscols)); in main() 75 PetscCall(MatGetOwnershipIS(B, &isrows, &iscols)); in main()
|
| H A D | ex38.c | 34 PetscCall(MatGetOwnershipIS(C, &isrows, &iscols)); in main()
|
| H A D | ex104.c | 44 PetscCall(MatGetOwnershipIS(A, &isrows, &iscols)); in main()
|
| H A D | ex241.c | 78 PetscCall(MatGetOwnershipIS(A, is, NULL)); in main()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex76.c | 146 PetscCall(MatGetOwnershipIS(A, &rows, NULL)); in main()
|
| /petsc/src/mat/impls/elemental/ |
| H A D | matelem.cxx | 859 PetscCall(MatGetOwnershipIS(A, &isrows, &iscols)); in MatConvert_Elemental_Dense()
|
| /petsc/doc/manual/ |
| H A D | mat.md | 207 …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 D | petscmat.pxi | 281 PetscErrorCode MatGetOwnershipIS(PetscMat, PetscIS*, PetscIS*)
|
| H A D | Mat.pyx | 2070 getOwnershipRanges, getOwnershipRangesColumn, petsc.MatGetOwnershipIS 2075 CHKERR(MatGetOwnershipIS(self.mat, &rows.iset, &cols.iset))
|
| /petsc/include/ |
| H A D | petscmat.h | 870 PETSC_EXTERN PetscErrorCode MatGetOwnershipIS(Mat, IS *, IS *);
|
| /petsc/src/mat/impls/scalapack/ |
| H A D | matscalapack.c | 1135 PetscCall(MatGetOwnershipIS(A, &ir, &ic)); in MatConvert_Dense_ScaLAPACK()
|
| /petsc/src/ksp/pc/impls/fieldsplit/ |
| H A D | fieldsplit.c | 3374 PetscCall(MatGetOwnershipIS(pc->mat, &is_owned, NULL)); in PCSetCoordinates_FieldSplit()
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 7077 PetscErrorCode MatGetOwnershipIS(Mat A, IS *rows, IS *cols) in MatGetOwnershipIS() function
|