Searched refs:foundpack (Results 1 – 1 of 1) sorted by relevance
95 PetscBool foundpack, issbaij; in PCSetUp_Redundant() local98 PetscCall(MatGetFactorAvailable(red->pmats, NULL, MAT_FACTOR_LU, &foundpack)); in PCSetUp_Redundant()100 PetscCall(MatGetFactorAvailable(red->pmats, NULL, MAT_FACTOR_CHOLESKY, &foundpack)); in PCSetUp_Redundant()102 if (!foundpack) { /* reset default ksp and pc */ in PCSetUp_Redundant()