Lines Matching refs:newshift
494 sctx.newshift = PETSC_FALSE; in MatLUFactorNumeric_SeqBAIJ_1()
559 if (sctx.newshift) break; /* break for-loop */ in MatLUFactorNumeric_SeqBAIJ_1()
569 …if (info->shifttype == (PetscReal)MAT_SHIFT_POSITIVE_DEFINITE && !sctx.newshift && sctx.shift_frac… in MatLUFactorNumeric_SeqBAIJ_1()
577 sctx.newshift = PETSC_TRUE; in MatLUFactorNumeric_SeqBAIJ_1()
580 } while (sctx.newshift); in MatLUFactorNumeric_SeqBAIJ_1()
781 sctx.newshift = PETSC_FALSE; in MatCholeskyFactorNumeric_SeqBAIJ_N()
847 if (sctx.newshift) break; in MatCholeskyFactorNumeric_SeqBAIJ_N()
867 } while (sctx.newshift); in MatCholeskyFactorNumeric_SeqBAIJ_N()
904 sctx.newshift = PETSC_FALSE; in MatCholeskyFactorNumeric_SeqBAIJ_N_NaturalOrdering()
974 if (sctx.newshift) break; /* sctx.shift_amount is updated */ in MatCholeskyFactorNumeric_SeqBAIJ_N_NaturalOrdering()
995 } while (sctx.newshift); in MatCholeskyFactorNumeric_SeqBAIJ_N_NaturalOrdering()