Home
last modified time | relevance | path

Searched defs:shifttype (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ksp/pc/impls/redundant/
H A Dredundant.c18 MatFactorShiftType shifttype; member
21 static PetscErrorCode PCFactorSetShiftType_Redundant(PC pc, MatFactorShiftType shifttype) in PCFactorSetShiftType_Redundant()
/petsc/src/ksp/pc/impls/factor/
H A Dfactimpl.c24 PetscErrorCode PCFactorSetShiftType_Factor(PC pc, MatFactorShiftType shifttype) in PCFactorSetShiftType_Factor()
H A Dfactor.c154 PetscErrorCode PCFactorSetShiftType(PC pc, MatFactorShiftType shifttype) in PCFactorSetShiftType()
/petsc/include/
H A Dpetscmat.h1544 PetscReal shifttype; /* type of shift added to matrix factor to prevent zero pivots */ member