Lines Matching refs:newshift

266     sctx.newshift = PETSC_FALSE;  in MatLUFactorNumeric_SeqAIJ()
331 if (sctx.newshift) break; /* break for-loop */ in MatLUFactorNumeric_SeqAIJ()
341 …if (info->shifttype == (PetscReal)MAT_SHIFT_POSITIVE_DEFINITE && !sctx.newshift && sctx.shift_frac… in MatLUFactorNumeric_SeqAIJ()
349 sctx.newshift = PETSC_TRUE; in MatLUFactorNumeric_SeqAIJ()
352 } while (sctx.newshift); in MatLUFactorNumeric_SeqAIJ()
445 sctx.newshift = PETSC_FALSE; in MatLUFactorNumeric_SeqAIJ_inplace()
487 if (sctx.newshift) break; in MatLUFactorNumeric_SeqAIJ_inplace()
491 …if (info->shifttype == (PetscReal)MAT_SHIFT_POSITIVE_DEFINITE && !sctx.newshift && sctx.shift_frac… in MatLUFactorNumeric_SeqAIJ_inplace()
499 sctx.newshift = PETSC_TRUE; in MatLUFactorNumeric_SeqAIJ_inplace()
502 } while (sctx.newshift); in MatLUFactorNumeric_SeqAIJ_inplace()
634 sctx.newshift = PETSC_FALSE; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
681 if (sctx.newshift) break; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
685 …if (info->shifttype == (PetscReal)MAT_SHIFT_POSITIVE_DEFINITE && !sctx.newshift && sctx.shift_frac… in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
693 sctx.newshift = PETSC_TRUE; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
696 } while (sctx.newshift); in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
1754 sctx.newshift = PETSC_FALSE; in MatCholeskyFactorNumeric_SeqAIJ()
1827 if (sctx.newshift) break; in MatCholeskyFactorNumeric_SeqAIJ()
1832 } while (sctx.newshift); in MatCholeskyFactorNumeric_SeqAIJ()
1918 sctx.newshift = PETSC_FALSE; in MatCholeskyFactorNumeric_SeqAIJ_inplace()
1981 if (sctx.newshift) break; in MatCholeskyFactorNumeric_SeqAIJ_inplace()
2000 } while (sctx.newshift); in MatCholeskyFactorNumeric_SeqAIJ_inplace()