Lines Matching refs:nshift

569 …T_POSITIVE_DEFINITE && !sctx.newshift && sctx.shift_fraction > 0 && sctx.nshift < sctx.nshift_max)…  in MatLUFactorNumeric_SeqBAIJ_1()
578 sctx.nshift++; in MatLUFactorNumeric_SeqBAIJ_1()
601 if (sctx.nshift) { in MatLUFactorNumeric_SeqBAIJ_1()
603 …hift_amount %g, diagonal shifted up by %e fraction top_value %e\n", sctx.nshift, (double)sctx.shif… in MatLUFactorNumeric_SeqBAIJ_1()
605 …A, "number of shift_nz tries %" PetscInt_FMT ", shift_amount %g\n", sctx.nshift, (double)sctx.shif… in MatLUFactorNumeric_SeqBAIJ_1()
607 … shift_inblocks applied %" PetscInt_FMT ", each shift_amount %g\n", sctx.nshift, (double)info->shi… in MatLUFactorNumeric_SeqBAIJ_1()
779 sctx.nshift = 0; in MatCholeskyFactorNumeric_SeqBAIJ_N()
802 if (sctx.nshift) rtmp[k] += sctx.shift_amount; in MatCholeskyFactorNumeric_SeqBAIJ_N()
876 if (sctx.nshift) { in MatCholeskyFactorNumeric_SeqBAIJ_N()
878 …(A, "number of shiftpd tries %" PetscInt_FMT ", shift_amount %g\n", sctx.nshift, (double)sctx.shif… in MatCholeskyFactorNumeric_SeqBAIJ_N()
880 …(A, "number of shiftnz tries %" PetscInt_FMT ", shift_amount %g\n", sctx.nshift, (double)sctx.shif… in MatCholeskyFactorNumeric_SeqBAIJ_N()
928 if (sctx.nshift) rtmp[k] += sctx.shift_amount; in MatCholeskyFactorNumeric_SeqBAIJ_N_NaturalOrdering()
1004 if (sctx.nshift) { in MatCholeskyFactorNumeric_SeqBAIJ_N_NaturalOrdering()
1006 …(A, "number of shiftnz tries %" PetscInt_FMT ", shift_amount %g\n", sctx.nshift, (double)sctx.shif… in MatCholeskyFactorNumeric_SeqBAIJ_N_NaturalOrdering()
1008 …(A, "number of shiftpd tries %" PetscInt_FMT ", shift_amount %g\n", sctx.nshift, (double)sctx.shif… in MatCholeskyFactorNumeric_SeqBAIJ_N_NaturalOrdering()