Searched refs:MatFactorShiftType (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/ksp/pc/impls/factor/ |
| H A D | factor.h | 25 PETSC_INTERN PetscErrorCode PCFactorSetShiftType_Factor(PC, MatFactorShiftType); 26 PETSC_INTERN PetscErrorCode PCFactorGetShiftType_Factor(PC, MatFactorShiftType *);
|
| H A D | factimpl.c | 24 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 D | factor.c | 154 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 D | redundant.c | 18 MatFactorShiftType shifttype; 21 static PetscErrorCode PCFactorSetShiftType_Redundant(PC pc, MatFactorShiftType shifttype) in PCFactorSetShiftType_Redundant()
|
| /petsc/include/ |
| H A D | petscpc.h | 197 PETSC_EXTERN PetscErrorCode PCFactorSetShiftType(PC, MatFactorShiftType); 234 PETSC_EXTERN PetscErrorCode PCFactorGetShiftType(PC, MatFactorShiftType *);
|
| H A D | petscmat.h | 1486 } MatFactorShiftType; typedef
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Mat.pyx | 246 class MatFactorShiftType(object): class 251 petsc.MatFactorShiftType 370 FactorShiftType = MatFactorShiftType 6302 del MatFactorShiftType
|
| H A D | petscmat.pxi | 435 ctypedef enum PetscMatFactorShiftType "MatFactorShiftType":
|