Home
last modified time | relevance | path

Searched refs:nshift_max (Results 1 – 5 of 5) sorted by relevance

/petsc/src/mat/impls/aij/seq/
H A Daijfact.c255 sctx.nshift_max = 5; in MatLUFactorNumeric_SeqAIJ()
341 …_POSITIVE_DEFINITE && !sctx.newshift && sctx.shift_fraction > 0 && sctx.nshift < sctx.nshift_max) { in MatLUFactorNumeric_SeqAIJ()
434 sctx.nshift_max = 5; in MatLUFactorNumeric_SeqAIJ_inplace()
491 …_POSITIVE_DEFINITE && !sctx.newshift && sctx.shift_fraction > 0 && sctx.nshift < sctx.nshift_max) { in MatLUFactorNumeric_SeqAIJ_inplace()
593 sctx.nshift_max = 5; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
606 sctx.nshift_max = 0; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
624 sctx.nshift_max = 5; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
685 …_POSITIVE_DEFINITE && !sctx.newshift && sctx.shift_fraction > 0 && sctx.nshift < sctx.nshift_max) { in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
1739 sctx.nshift_max = 5; in MatCholeskyFactorNumeric_SeqAIJ()
1906 sctx.nshift_max = 5; in MatCholeskyFactorNumeric_SeqAIJ_inplace()
H A Dinode.c1234 sctx.nshift_max = 5; in MatLUFactorNumeric_SeqAIJ_Inode()
1936 …_POSITIVE_DEFINITE && !sctx.newshift && sctx.shift_fraction > 0 && sctx.nshift < sctx.nshift_max) { in MatLUFactorNumeric_SeqAIJ_Inode()
/petsc/src/mat/impls/baij/seq/
H A Dbaijfact.c483 sctx.nshift_max = 5; in MatLUFactorNumeric_SeqBAIJ_1()
569 …_POSITIVE_DEFINITE && !sctx.newshift && sctx.shift_fraction > 0 && sctx.nshift < sctx.nshift_max) { in MatLUFactorNumeric_SeqBAIJ_1()
/petsc/include/petsc/private/
H A Dmatimpl.h766 PetscInt nshift, nshift_max; member
815 if (sctx->nshift == sctx->nshift_max) { in MatPivotCheck_pd()
/petsc/src/mat/impls/sbaij/seq/
H A Dsbaijfact.c1385 sctx.nshift_max = 5; in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering()