Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/redundant/
H A Dredundant.c95 PetscBool foundpack, issbaij; in PCSetUp_Redundant() local
98 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()