Home
last modified time | relevance | path

Searched refs:MAT_SHIFT_NONE (Results 1 – 10 of 10) sorted by relevance

/petsc/src/ksp/pc/impls/factor/lu/
H A Dlu.c272 ((PC_Factor *)dir)->info.shifttype = (PetscReal)MAT_SHIFT_NONE; in PCCreate_LU()
/petsc/src/ksp/pc/impls/factor/
H A Dfactor.c698 fact->info.shifttype = (PetscReal)MAT_SHIFT_NONE; in PCFactorInitialize()
H A Dfactimpl.c29 …if (shifttype == (MatFactorShiftType)PETSC_DECIDE) dir->info.shifttype = (PetscReal)MAT_SHIFT_NONE; in PCFactorSetShiftType_Factor()
/petsc/src/mat/impls/baij/seq/
H A Dbaijfact11.c248 if (info->shifttype == (PetscReal)MAT_SHIFT_NONE) { in MatLUFactorNumeric_SeqBAIJ_4()
570 if (info->shifttype == (PetscReal)MAT_SHIFT_NONE) { in MatLUFactorNumeric_SeqBAIJ_4_NaturalOrdering()
/petsc/src/mat/tests/
H A Dex125.c337 info.shifttype = (PetscReal)MAT_SHIFT_NONE; in main()
/petsc/src/binding/petsc4py/src/lib-petsc/
H A Dcustom.h266 info->shifttype = (PetscReal)MAT_SHIFT_NONE; in MatFactorInfoDefaults()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi436 MAT_SHIFT_NONE
1110 if st == "none": return MAT_SHIFT_NONE
H A DPC.pyx1447 cdef PetscMatFactorShiftType cval = MAT_SHIFT_NONE
H A DMat.pyx255 NONE = MAT_SHIFT_NONE
/petsc/include/
H A Dpetscmat.h1482 MAT_SHIFT_NONE, enumerator