Lines Matching refs:shift_amount
1312 rtmp1[i] += sctx.shift_amount; /* shift the diagonal of the matrix */ in MatLUFactorNumeric_SeqAIJ_Inode()
1395 rtmp1[i] += sctx.shift_amount; in MatLUFactorNumeric_SeqAIJ_Inode()
1396 rtmp2[i + 1] += sctx.shift_amount; in MatLUFactorNumeric_SeqAIJ_Inode()
1531 rtmp1[i] += sctx.shift_amount; in MatLUFactorNumeric_SeqAIJ_Inode()
1532 rtmp2[i + 1] += sctx.shift_amount; in MatLUFactorNumeric_SeqAIJ_Inode()
1533 rtmp3[i + 2] += sctx.shift_amount; in MatLUFactorNumeric_SeqAIJ_Inode()
1721 rtmp1[i] += sctx.shift_amount; in MatLUFactorNumeric_SeqAIJ_Inode()
1722 rtmp2[i + 1] += sctx.shift_amount; in MatLUFactorNumeric_SeqAIJ_Inode()
1723 rtmp3[i + 2] += sctx.shift_amount; in MatLUFactorNumeric_SeqAIJ_Inode()
1724 rtmp4[i + 3] += sctx.shift_amount; in MatLUFactorNumeric_SeqAIJ_Inode()
1943 sctx.shift_amount = sctx.shift_fraction * sctx.shift_top; in MatLUFactorNumeric_SeqAIJ_Inode()
1972 … shifted up by %e fraction top_value %e\n", sctx.nshift, (double)sctx.shift_amount, (double)sctx.s… in MatLUFactorNumeric_SeqAIJ_Inode()
1974 … of shift_nz tries %" PetscInt_FMT ", shift_amount %g\n", sctx.nshift, (double)sctx.shift_amount)); in MatLUFactorNumeric_SeqAIJ_Inode()