Home
last modified time | relevance | path

Searched refs:MatCreateSubMatricesMPI (Results 1 – 8 of 8) sorted by relevance

/petsc/src/mat/interface/ftn-custom/
H A Dzmatrixf.c53 *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 Dex183.c141 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 Doverlapsplit.c143 PetscCall(MatCreateSubMatricesMPI(mat, 1, &is_sc, &is_sc, MAT_INITIAL_MATRIX, &smat)); in MatIncreaseOverlapSplit_Single()
/petsc/doc/changes/
H A D38.md64 - Renamed MatGetSubMatricesMPI() to MatCreateSubMatricesMPI().
/petsc/doc/manual/
H A Dadvanced.md39 MatCreateSubMatricesMPI(Mat A,PetscInt n,IS rows[],IS cols[],MatReuse call,Mat *B[]);
/petsc/include/
H A Dpetscmat.h877 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 Dgasm.c560 PetscCall(MatCreateSubMatricesMPI(pc->pmat, osm->n, osm->ois, osm->ois, scall, &osm->pmat)); in PCSetUp_GASM()
/petsc/src/mat/interface/
H A Dmatrix.c7319 PetscErrorCode MatCreateSubMatricesMPI(Mat mat, PetscInt n, const IS irow[], const IS icol[], MatRe… in MatCreateSubMatricesMPI() function