Home
last modified time | relevance | path

Searched refs:PCFactorSetShiftType (Results 1 – 12 of 12) sorted by relevance

/petsc/src/ksp/pc/impls/redundant/
H A Dredundant.c29 PetscCall(PCFactorSetShiftType(pc, shifttype)); in PCFactorSetShiftType_Redundant()
412 PetscCall(PCFactorSetShiftType(red->pc, red->shifttype)); in PCRedundantGetKSP_Redundant()
/petsc/doc/changes/
H A D31.md100 PCFactorSetShiftInBlocks() with PCFactorSetShiftType() and
/petsc/src/ksp/pc/impls/is/
H A Dpcis.c376 PetscCall(PCFactorSetShiftType(pc_ctx, MAT_SHIFT_NONZERO)); in PCISSetUp()
387 PetscCall(PCFactorSetShiftType(pc_ctx, MAT_SHIFT_NONZERO)); in PCISSetUp()
/petsc/src/ksp/pc/impls/factor/
H A Dfactor.c154 PetscErrorCode PCFactorSetShiftType(PC pc, MatFactorShiftType shifttype) in PCFactorSetShiftType() function
H A Dfactimpl.c230 if (flg) PetscCall(PCFactorSetShiftType(pc, (MatFactorShiftType)etmp)); in PCSetFromOptions_Factor()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi216 PetscErrorCode PCFactorSetShiftType(PetscPC, PetscMatFactorShiftType)
H A DPC.pyx1444 petsc.PCFactorSetShiftType, petsc.PCFactorSetShiftAmount
1450 CHKERR(PCFactorSetShiftType(self.pc, cval))
/petsc/include/
H A Dpetscpc.h197 PETSC_EXTERN PetscErrorCode PCFactorSetShiftType(PC, MatFactorShiftType);
/petsc/src/ksp/ksp/tutorials/output/
H A Dex2_help.out275 …t to add to diagonal (choose one of) NONE NONZERO POSITIVE_DEFINITE INBLOCKS (PCFactorSetShiftType)
/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c904 PetscCall(PCFactorSetShiftType(pc2, MAT_SHIFT_INBLOCKS)); in PCSetUp_GAMG()
/petsc/src/ksp/pc/impls/mg/
H A Dmg.c411 PetscCall(PCFactorSetShiftType(ipc, MAT_SHIFT_INBLOCKS)); in PCMGSetLevels_MG()
/petsc/doc/faq/
H A Dindex.md1934 coarse grid solver. See `PCFactorSetShiftType()`, `PCFactorSetShiftAmount()`.