Lines Matching refs:perm_identity
1714 PetscBool perm_identity; in MatCholeskyFactorNumeric_SeqAIJ() local
1839 PetscCall(ISIdentity(ip, &perm_identity)); in MatCholeskyFactorNumeric_SeqAIJ()
1840 if (perm_identity) { in MatCholeskyFactorNumeric_SeqAIJ()
1882 PetscBool perm_identity; in MatCholeskyFactorNumeric_SeqAIJ_inplace() local
2007 PetscCall(ISIdentity(ip, &perm_identity)); in MatCholeskyFactorNumeric_SeqAIJ_inplace()
2008 if (perm_identity) { in MatCholeskyFactorNumeric_SeqAIJ_inplace()
2055 PetscBool perm_identity; in MatICCFactorSymbolic_SeqAIJ() local
2072 PetscCall(ISIdentity(perm, &perm_identity)); in MatICCFactorSymbolic_SeqAIJ()
2080 if (!levels && perm_identity) { in MatICCFactorSymbolic_SeqAIJ()
2256 PetscBool perm_identity; in MatCholeskyFactorSymbolic_SeqAIJ() local
2273 PetscCall(ISIdentity(perm, &perm_identity)); in MatCholeskyFactorSymbolic_SeqAIJ()