Home
last modified time | relevance | path

Searched refs:MatIncreaseOverlapSplit (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/tests/
H A Dex83.c153 PetscCall(MatIncreaseOverlapSplit(B, 1, &isrows_sc, 1)); in main()
/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c377 PetscCall(MatIncreaseOverlapSplit(pc->pmat, osm->n, osm->ois, osm->overlap)); in PCSetUp_GASM()
/petsc/include/
H A Dpetscmat.h906 PETSC_EXTERN PetscErrorCode MatIncreaseOverlapSplit(Mat, PetscInt, IS[], PetscInt);
/petsc/src/mat/interface/
H A Dmatrix.c7550 PetscErrorCode MatIncreaseOverlapSplit(Mat mat, PetscInt n, IS is[], PetscInt ov) in MatIncreaseOverlapSplit() function