Lines Matching refs:shift_amount
285 rtmp[i] += sctx.shift_amount; /* shift the diagonal of the matrix */ in MatLUFactorNumeric_SeqAIJ()
348 sctx.shift_amount = sctx.shift_fraction * sctx.shift_top; in MatLUFactorNumeric_SeqAIJ()
383 … shifted up by %e fraction top_value %e\n", sctx.nshift, (double)sctx.shift_amount, (double)sctx.s… in MatLUFactorNumeric_SeqAIJ()
385 … of shift_nz tries %" PetscInt_FMT ", shift_amount %g\n", sctx.nshift, (double)sctx.shift_amount)); in MatLUFactorNumeric_SeqAIJ()
456 rtmp[ics[r[i]]] += sctx.shift_amount; /* shift the diagonal of the matrix */ in MatLUFactorNumeric_SeqAIJ_inplace()
498 sctx.shift_amount = sctx.shift_fraction * sctx.shift_top; in MatLUFactorNumeric_SeqAIJ_inplace()
531 … shifted up by %e fraction top_value %e\n", sctx.nshift, (double)sctx.shift_amount, (double)sctx.s… in MatLUFactorNumeric_SeqAIJ_inplace()
533 … of shift_nz tries %" PetscInt_FMT ", shift_amount %g\n", sctx.nshift, (double)sctx.shift_amount)); in MatLUFactorNumeric_SeqAIJ_inplace()
629 sctx.shift_amount = 0.; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
649 rtmp[r[i]] += sctx.shift_amount; /* shift the diagonal of the matrix */ in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
692 sctx.shift_amount = sctx.shift_fraction * sctx.shift_top; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
717 … shifted up by %e fraction top_value %e\n", sctx.nshift, (double)sctx.shift_amount, (double)sctx.s… in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
719 … of shift_nz tries %" PetscInt_FMT ", shift_amount %g\n", sctx.nshift, (double)sctx.shift_amount)); in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
1777 rtmp[k] += sctx.shift_amount; /* shift the diagonal of the matrix */ in MatCholeskyFactorNumeric_SeqAIJ()
1860 … shifted up by %e fraction top_value %e\n", sctx.nshift, (double)sctx.shift_amount, (double)sctx.s… in MatCholeskyFactorNumeric_SeqAIJ()
1862 … of shift_nz tries %" PetscInt_FMT ", shift_amount %g\n", sctx.nshift, (double)sctx.shift_amount)); in MatCholeskyFactorNumeric_SeqAIJ()
1941 if (sctx.nshift) rtmp[k] += sctx.shift_amount; in MatCholeskyFactorNumeric_SeqAIJ_inplace()
2026 …r of shiftnz tries %" PetscInt_FMT ", shift_amount %g\n", sctx.nshift, (double)sctx.shift_amount)); in MatCholeskyFactorNumeric_SeqAIJ_inplace()
2028 …r of shiftpd tries %" PetscInt_FMT ", shift_amount %g\n", sctx.nshift, (double)sctx.shift_amount)); in MatCholeskyFactorNumeric_SeqAIJ_inplace()