Lines Matching refs:nshift

341 …T_POSITIVE_DEFINITE && !sctx.newshift && sctx.shift_fraction > 0 && sctx.nshift < sctx.nshift_max)…  in MatLUFactorNumeric_SeqAIJ()
350 sctx.nshift++; in MatLUFactorNumeric_SeqAIJ()
381 if (sctx.nshift) { in MatLUFactorNumeric_SeqAIJ()
383 …hift_amount %g, diagonal shifted up by %e fraction top_value %e\n", sctx.nshift, (double)sctx.shif… in MatLUFactorNumeric_SeqAIJ()
385 …A, "number of shift_nz tries %" PetscInt_FMT ", shift_amount %g\n", sctx.nshift, (double)sctx.shif… in MatLUFactorNumeric_SeqAIJ()
387 … shift_inblocks applied %" PetscInt_FMT ", each shift_amount %g\n", sctx.nshift, (double)info->shi… in MatLUFactorNumeric_SeqAIJ()
491 …T_POSITIVE_DEFINITE && !sctx.newshift && sctx.shift_fraction > 0 && sctx.nshift < sctx.nshift_max)… in MatLUFactorNumeric_SeqAIJ_inplace()
500 sctx.nshift++; in MatLUFactorNumeric_SeqAIJ_inplace()
529 if (sctx.nshift) { in MatLUFactorNumeric_SeqAIJ_inplace()
531 …hift_amount %g, diagonal shifted up by %e fraction top_value %e\n", sctx.nshift, (double)sctx.shif… in MatLUFactorNumeric_SeqAIJ_inplace()
533 …A, "number of shift_nz tries %" PetscInt_FMT ", shift_amount %g\n", sctx.nshift, (double)sctx.shif… in MatLUFactorNumeric_SeqAIJ_inplace()
630 sctx.nshift = 0; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
685 …T_POSITIVE_DEFINITE && !sctx.newshift && sctx.shift_fraction > 0 && sctx.nshift < sctx.nshift_max)… in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
694 sctx.nshift++; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
715 if (sctx.nshift) { in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
717 …hift_amount %g, diagonal shifted up by %e fraction top_value %e\n", sctx.nshift, (double)sctx.shif… in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
719 …A, "number of shift_nz tries %" PetscInt_FMT ", shift_amount %g\n", sctx.nshift, (double)sctx.shif… in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
1858 if (sctx.nshift) { in MatCholeskyFactorNumeric_SeqAIJ()
1860 …hift_amount %g, diagonal shifted up by %e fraction top_value %e\n", sctx.nshift, (double)sctx.shif… in MatCholeskyFactorNumeric_SeqAIJ()
1862 …A, "number of shift_nz tries %" PetscInt_FMT ", shift_amount %g\n", sctx.nshift, (double)sctx.shif… in MatCholeskyFactorNumeric_SeqAIJ()
1864 … shift_inblocks applied %" PetscInt_FMT ", each shift_amount %g\n", sctx.nshift, (double)info->shi… in MatCholeskyFactorNumeric_SeqAIJ()
1941 if (sctx.nshift) rtmp[k] += sctx.shift_amount; in MatCholeskyFactorNumeric_SeqAIJ_inplace()
2024 if (sctx.nshift) { in MatCholeskyFactorNumeric_SeqAIJ_inplace()
2026 …(A, "number of shiftnz tries %" PetscInt_FMT ", shift_amount %g\n", sctx.nshift, (double)sctx.shif… in MatCholeskyFactorNumeric_SeqAIJ_inplace()
2028 …(A, "number of shiftpd tries %" PetscInt_FMT ", shift_amount %g\n", sctx.nshift, (double)sctx.shif… in MatCholeskyFactorNumeric_SeqAIJ_inplace()