Home
last modified time | relevance | path

Searched refs:MatFindZeroDiagonals (Results 1 – 6 of 6) sorted by relevance

/petsc/src/snes/impls/multiblock/
H A Dmultiblock.c146 PetscCall(MatFindZeroDiagonals(snes->jacobian_pre, &zerodiags)); in SNESMultiblockSetDefaults()
/petsc/src/ksp/ksp/impls/fetidp/
H A Dfetidp.c636 PetscCall(MatFindZeroDiagonals(A, &Pall)); in KSPFETIDPSetUpOperators()
/petsc/src/ksp/pc/impls/fieldsplit/
H A Dfieldsplit.c481 PetscCall(MatFindZeroDiagonals(pc->mat, &zerodiags)); in PCFieldSplitSetDefaults()
483 PetscCall(MatFindZeroDiagonals(pc->pmat, &zerodiags)); in PCFieldSplitSetDefaults()
/petsc/include/
H A Dpetscmat.h954 PETSC_EXTERN PetscErrorCode MatFindZeroDiagonals(Mat, IS *);
/petsc/src/mat/interface/
H A Dmatrix.c10722 PetscErrorCode MatFindZeroDiagonals(Mat mat, IS *is) in MatFindZeroDiagonals() function
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c2876 PetscCall(MatFindZeroDiagonals(pcbddc->local_mat, &zerodiag)); in PCBDDCBenignDetectSaddlePoint()