Home
last modified time | relevance | path

Searched refs:PCFactorSetShiftAmount (Results 1 – 8 of 8) sorted by relevance

/petsc/doc/changes/
H A D31.md101 PCFactorSetShiftAmount(). Replaced -pc_factor_shift_nonzero,
/petsc/src/ksp/pc/impls/is/
H A Dpcis.c377 PetscCall(PCFactorSetShiftAmount(pc_ctx, floating_factor)); in PCISSetUp()
388 PetscCall(PCFactorSetShiftAmount(pc_ctx, floating_factor)); in PCISSetUp()
/petsc/src/ksp/pc/impls/factor/
H A Dfactor.c180 PetscErrorCode PCFactorSetShiftAmount(PC pc, PetscReal shiftamount) in PCFactorSetShiftAmount() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi217 PetscErrorCode PCFactorSetShiftAmount(PetscPC, PetscReal)
H A DPC.pyx1444 petsc.PCFactorSetShiftType, petsc.PCFactorSetShiftAmount
1454 CHKERR(PCFactorSetShiftAmount(self.pc, rval))
/petsc/include/
H A Dpetscpc.h198 PETSC_EXTERN PetscErrorCode PCFactorSetShiftAmount(PC, PetscReal);
/petsc/src/ksp/ksp/tutorials/output/
H A Dex2_help.out276 …_amount: <now 2.22045e-14 : formerly 2.22045e-14>: Shift added to diagonal (PCFactorSetShiftAmount)
/petsc/doc/faq/
H A Dindex.md1934 coarse grid solver. See `PCFactorSetShiftType()`, `PCFactorSetShiftAmount()`.