Lines Matching refs:shift_fraction

341 … == (PetscReal)MAT_SHIFT_POSITIVE_DEFINITE && !sctx.newshift && sctx.shift_fraction > 0 && sctx.ns…  in MatLUFactorNumeric_SeqAIJ()
346 sctx.shift_hi = sctx.shift_fraction; in MatLUFactorNumeric_SeqAIJ()
347 sctx.shift_fraction = (sctx.shift_hi + sctx.shift_lo) / 2.; in MatLUFactorNumeric_SeqAIJ()
348 sctx.shift_amount = sctx.shift_fraction * sctx.shift_top; in MatLUFactorNumeric_SeqAIJ()
383 …op_value %e\n", sctx.nshift, (double)sctx.shift_amount, (double)sctx.shift_fraction, (double)sctx.… in MatLUFactorNumeric_SeqAIJ()
491 … == (PetscReal)MAT_SHIFT_POSITIVE_DEFINITE && !sctx.newshift && sctx.shift_fraction > 0 && sctx.ns… in MatLUFactorNumeric_SeqAIJ_inplace()
496 sctx.shift_hi = sctx.shift_fraction; in MatLUFactorNumeric_SeqAIJ_inplace()
497 sctx.shift_fraction = (sctx.shift_hi + sctx.shift_lo) / 2.; in MatLUFactorNumeric_SeqAIJ_inplace()
498 sctx.shift_amount = sctx.shift_fraction * sctx.shift_top; in MatLUFactorNumeric_SeqAIJ_inplace()
531 …op_value %e\n", sctx.nshift, (double)sctx.shift_amount, (double)sctx.shift_fraction, (double)sctx.… in MatLUFactorNumeric_SeqAIJ_inplace()
609 sctx.shift_fraction = 0.; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
685 … == (PetscReal)MAT_SHIFT_POSITIVE_DEFINITE && !sctx.newshift && sctx.shift_fraction > 0 && sctx.ns… in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
690 sctx.shift_hi = sctx.shift_fraction; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
691 sctx.shift_fraction = (sctx.shift_hi + sctx.shift_lo) / 2.; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
692 sctx.shift_amount = sctx.shift_fraction * sctx.shift_top; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
717 …op_value %e\n", sctx.nshift, (double)sctx.shift_amount, (double)sctx.shift_fraction, (double)sctx.… in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
1860 …op_value %e\n", sctx.nshift, (double)sctx.shift_amount, (double)sctx.shift_fraction, (double)sctx.… in MatCholeskyFactorNumeric_SeqAIJ()