Searched refs:MatGetFactorType (Results 1 – 7 of 7) sorted by relevance
25 PetscCall(MatGetFactorType(pc->pmat, &ftype)); in PCSetUp_QR()
58 PetscCall(MatGetFactorType(pc->pmat, &ftype)); in PCSetUp_LU()
41 PetscCall(MatGetFactorType(pc->pmat, &ftype)); in PCSetUp_Cholesky()
320 PetscCall(MatGetFactorType(factor->fact, &t)); in PCView_Factor()
219 PETSC_EXTERN PetscErrorCode MatGetFactorType(Mat, MatFactorType *);
2992 PetscErrorCode MatGetFactorType(Mat mat, MatFactorType *t) in MatGetFactorType() function
4473 PetscCall(MatGetFactorType(F, &type)); in PCBDDCSetUpCorrection()