Lines Matching refs:err
12 MatFactorError err; in PCSetUp_QR() local
28 PetscCall(MatFactorGetError(pc->pmat, &err)); in PCSetUp_QR()
29 if (err) { /* Factor() fails */ in PCSetUp_QR()
30 pc->failedreason = (PCFailedReason)err; in PCSetUp_QR()
48 PetscCall(MatFactorGetError(((PC_Factor *)dir)->fact, &err)); in PCSetUp_QR()
50 PetscCall(MatFactorGetError(((PC_Factor *)dir)->fact, &err)); in PCSetUp_QR()
51 if (err) { /* FactorSymbolic() fails */ in PCSetUp_QR()
52 pc->failedreason = (PCFailedReason)err; in PCSetUp_QR()
57 PetscCall(MatFactorGetError(((PC_Factor *)dir)->fact, &err)); in PCSetUp_QR()
58 if (err) { /* FactorNumeric() fails */ in PCSetUp_QR()
59 pc->failedreason = (PCFailedReason)err; in PCSetUp_QR()