Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/factor/
H A Dfactor.h25 PETSC_INTERN PetscErrorCode PCFactorSetShiftType_Factor(PC, MatFactorShiftType);
26 PETSC_INTERN PetscErrorCode PCFactorGetShiftType_Factor(PC, MatFactorShiftType *);
H A Dfactimpl.c24 PetscErrorCode PCFactorSetShiftType_Factor(PC pc, MatFactorShiftType shifttype) in PCFactorSetShiftType_Factor()
29 …if (shifttype == (MatFactorShiftType)PETSC_DECIDE) dir->info.shifttype = (PetscReal)MAT_SHIFT_NONE; in PCFactorSetShiftType_Factor()
113 PetscErrorCode PCFactorGetShiftType_Factor(PC pc, MatFactorShiftType *type) in PCFactorGetShiftType_Factor()
118 *type = (MatFactorShiftType)(int)ilu->info.shifttype; in PCFactorGetShiftType_Factor()
230 if (flg) PetscCall(PCFactorSetShiftType(pc, (MatFactorShiftType)etmp)); in PCSetFromOptions_Factor()
H A Dfactor.c154 PetscErrorCode PCFactorSetShiftType(PC pc, MatFactorShiftType shifttype) in PCFactorSetShiftType()
159 PetscTryMethod(pc, "PCFactorSetShiftType_C", (PC, MatFactorShiftType), (pc, shifttype)); in PCFactorSetShiftType()
284 PetscErrorCode PCFactorGetShiftType(PC pc, MatFactorShiftType *type) in PCFactorGetShiftType()
288 PetscUseMethod(pc, "PCFactorGetShiftType_C", (PC, MatFactorShiftType *), (pc, type)); in PCFactorGetShiftType()
/petsc/src/ksp/pc/impls/redundant/
H A Dredundant.c18 MatFactorShiftType shifttype;
21 static PetscErrorCode PCFactorSetShiftType_Redundant(PC pc, MatFactorShiftType shifttype) in PCFactorSetShiftType_Redundant()
/petsc/include/
H A Dpetscpc.h197 PETSC_EXTERN PetscErrorCode PCFactorSetShiftType(PC, MatFactorShiftType);
234 PETSC_EXTERN PetscErrorCode PCFactorGetShiftType(PC, MatFactorShiftType *);
H A Dpetscmat.h1486 } MatFactorShiftType; typedef
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DMat.pyx246 class MatFactorShiftType(object): class
251 petsc.MatFactorShiftType
370 FactorShiftType = MatFactorShiftType
6302 del MatFactorShiftType
H A Dpetscmat.pxi435 ctypedef enum PetscMatFactorShiftType "MatFactorShiftType":