Home
last modified time | relevance | path

Searched refs:MatNestGetISs (Results 1 – 14 of 14) sorted by relevance

/petsc/src/mat/tests/
H A Dex212.c49 PetscCall(MatNestGetISs(C, rows, NULL)); in main()
57 PetscCall(MatNestGetISs(submat, NULL, cols)); in main()
/petsc/src/ksp/ksp/tests/
H A Dex9.c13 PetscCall(MatNestGetISs(A, r, c)); in replace_submats()
H A Dex57.c115 PetscCall(MatNestGetISs(A, isg, NULL)); in main()
/petsc/src/ksp/ksp/tutorials/
H A Dex81a.c106 PetscCall(MatNestGetISs(A, rows, NULL)); in main()
H A Dex81.c114 PetscCall(MatNestGetISs(A, rows, NULL)); in main()
/petsc/src/snes/tutorials/
H A Dex70.c147 PetscCall(MatNestGetISs(s->A, s->isg, NULL)); in StokesSetupIndexSets()
/petsc/src/mat/impls/nest/
H A Dmatnest.c354 PetscCall(MatNestGetISs(A, is_row, is_col)); in MatTranspose_Nest()
1280 PetscErrorCode MatNestGetISs(Mat A, IS rows[], IS cols[]) in MatNestGetISs() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi282 PetscErrorCode MatNestGetISs(PetscMat, PetscIS*, PetscIS*)
H A DMat.pyx5825 petsc.MatNestGetISs
5834 CHKERR(MatNestGetISs(self.mat, cisrows, ciscols))
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx1605 PetscCall(MatNestGetISs(A, is, nullptr)); in PCApply_Nest()
2767 …PetscCall(MatNestGetISs(N, is, nullptr)); /* needs to be able to deactivate this path when deali… in PCSetUp_HPDDM()
/petsc/include/
H A Dpetscmat.h2676 PETSC_EXTERN PetscErrorCode MatNestGetISs(Mat, IS[], IS[]);
/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c1593 PetscCall(MatNestGetISs(A, rows, cols)); in MatConvertToTriples_nest_xaij()
4367 PetscCall(MatNestGetISs(A, rows, cols)); in MatGetFactor_nest_mumps()
/petsc/src/ksp/pc/impls/fieldsplit/
H A Dfieldsplit.c663 PetscCall(MatNestGetISs(pc->pmat, rowis, colis)); in PCSetUp_FieldSplit()
/petsc/src/mat/impls/is/
H A Dmatis.c856 PetscCall(MatNestGetISs(A, isrow, iscol)); in MatConvert_Nest_IS()