Home
last modified time | relevance | path

Searched refs:MatGetFactorType (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ksp/pc/impls/factor/qr/
H A Dqr.c25 PetscCall(MatGetFactorType(pc->pmat, &ftype)); in PCSetUp_QR()
/petsc/src/ksp/pc/impls/factor/lu/
H A Dlu.c58 PetscCall(MatGetFactorType(pc->pmat, &ftype)); in PCSetUp_LU()
/petsc/src/ksp/pc/impls/factor/cholesky/
H A Dcholesky.c41 PetscCall(MatGetFactorType(pc->pmat, &ftype)); in PCSetUp_Cholesky()
/petsc/src/ksp/pc/impls/factor/
H A Dfactimpl.c320 PetscCall(MatGetFactorType(factor->fact, &t)); in PCView_Factor()
/petsc/include/
H A Dpetscmat.h219 PETSC_EXTERN PetscErrorCode MatGetFactorType(Mat, MatFactorType *);
/petsc/src/mat/interface/
H A Dmatrix.c2992 PetscErrorCode MatGetFactorType(Mat mat, MatFactorType *t) in MatGetFactorType() function
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c4473 PetscCall(MatGetFactorType(F, &type)); in PCBDDCSetUpCorrection()