Searched refs:MatCreateSubMatricesMPI (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/mat/interface/ftn-custom/ |
| H A D | zmatrixf.c | 53 *ierr = MatCreateSubMatricesMPI(*mat, *n, isrow, iscol, *scall, &lsmat); in matcreatesubmatricesmpi_() 59 *ierr = MatCreateSubMatricesMPI(*mat, *n, isrow, iscol, *scall, &lsmat); in matcreatesubmatricesmpi_()
|
| /petsc/src/mat/tests/ |
| H A D | ex183.c | 141 PetscCall(MatCreateSubMatricesMPI(A, nsubdomains, rowis, colis, MAT_INITIAL_MATRIX, &submats)); in main() 172 PetscCall(MatCreateSubMatricesMPI(A, nsubdomains, rowis, colis, MAT_REUSE_MATRIX, &submats)); in main()
|
| /petsc/src/mat/utils/ |
| H A D | overlapsplit.c | 143 PetscCall(MatCreateSubMatricesMPI(mat, 1, &is_sc, &is_sc, MAT_INITIAL_MATRIX, &smat)); in MatIncreaseOverlapSplit_Single()
|
| /petsc/doc/changes/ |
| H A D | 38.md | 64 - Renamed MatGetSubMatricesMPI() to MatCreateSubMatricesMPI().
|
| /petsc/doc/manual/ |
| H A D | advanced.md | 39 MatCreateSubMatricesMPI(Mat A,PetscInt n,IS rows[],IS cols[],MatReuse call,Mat *B[]);
|
| /petsc/include/ |
| H A D | petscmat.h | 877 PETSC_EXTERN PetscErrorCode MatCreateSubMatricesMPI(Mat, PetscInt, const IS[], const IS[], MatReuse… 880 return MatCreateSubMatricesMPI(mat, n, irow, icol, scall, submat); in MatGetSubMatricesMPI()
|
| /petsc/src/ksp/pc/impls/gasm/ |
| H A D | gasm.c | 560 PetscCall(MatCreateSubMatricesMPI(pc->pmat, osm->n, osm->ois, osm->ois, scall, &osm->pmat)); in PCSetUp_GASM()
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 7319 PetscErrorCode MatCreateSubMatricesMPI(Mat mat, PetscInt n, const IS irow[], const IS icol[], MatRe… in MatCreateSubMatricesMPI() function
|