Lines Matching refs:perm_identity
2288 PetscBool perm_identity; in MatICCFactorSymbolic_SeqSBAIJ_MSR() local
2292 PetscCall(ISIdentity(perm, &perm_identity)); in MatICCFactorSymbolic_SeqSBAIJ_MSR()
2294 …PetscCheck(perm_identity, PETSC_COMM_SELF, PETSC_ERR_SUP, "Matrix reordering is not supported for … in MatICCFactorSymbolic_SeqSBAIJ_MSR()
2461 PetscCall(MatSeqSBAIJSetNumericFactorization_inplace(B, perm_identity)); in MatICCFactorSymbolic_SeqSBAIJ_MSR()
2473 PetscBool perm_identity, free_ij = PETSC_TRUE, diagDense; in MatICCFactorSymbolic_SeqSBAIJ() local
2494 PetscCall(ISIdentity(perm, &perm_identity)); in MatICCFactorSymbolic_SeqSBAIJ()
2495 …PetscCheck(perm_identity, PETSC_COMM_SELF, PETSC_ERR_SUP, "Matrix reordering is not supported for … in MatICCFactorSymbolic_SeqSBAIJ()
2675 PetscBool perm_identity, free_ij = PETSC_TRUE; in MatICCFactorSymbolic_SeqSBAIJ_inplace() local
2702 PetscCall(ISIdentity(perm, &perm_identity)); in MatICCFactorSymbolic_SeqSBAIJ_inplace()
2703 …PetscCheck(perm_identity, PETSC_COMM_SELF, PETSC_ERR_SUP, "Matrix reordering is not supported for … in MatICCFactorSymbolic_SeqSBAIJ_inplace()
2859 if (perm_identity) { in MatICCFactorSymbolic_SeqSBAIJ_inplace()