Lines Matching defs:pc
7 PetscErrorCode PCFactorSetDefaultOrdering_Factor(PC pc) in PCFactorSetDefaultOrdering_Factor()
49 static PetscErrorCode PCFactorSetReuseOrdering_Factor(PC pc, PetscBool flag) in PCFactorSetReuseOrdering_Factor()
58 static PetscErrorCode PCFactorSetReuseFill_Factor(PC pc, PetscBool flag) in PCFactorSetReuseFill_Factor()
67 static PetscErrorCode PCFactorSetUseInPlace_Factor(PC pc, PetscBool flg) in PCFactorSetUseInPlace_Factor()
76 static PetscErrorCode PCFactorGetUseInPlace_Factor(PC pc, PetscBool *flg) in PCFactorGetUseInPlace_Factor()
104 PetscErrorCode PCFactorSetUpMatSolverType(PC pc) in PCFactorSetUpMatSolverType()
128 PetscErrorCode PCFactorSetZeroPivot(PC pc, PetscReal zero) in PCFactorSetZeroPivot()
154 PetscErrorCode PCFactorSetShiftType(PC pc, MatFactorShiftType shifttype) in PCFactorSetShiftType()
180 PetscErrorCode PCFactorSetShiftAmount(PC pc, PetscReal shiftamount) in PCFactorSetShiftAmount()
213 PetscErrorCode PCFactorSetDropTolerance(PC pc, PetscReal dt, PetscReal dtcol, PetscInt maxrowcount) in PCFactorSetDropTolerance()
238 PetscErrorCode PCFactorGetZeroPivot(PC pc, PetscReal *pivot) in PCFactorGetZeroPivot()
261 PetscErrorCode PCFactorGetShiftAmount(PC pc, PetscReal *shift) in PCFactorGetShiftAmount()
284 PetscErrorCode PCFactorGetShiftType(PC pc, MatFactorShiftType *type) in PCFactorGetShiftType()
307 PetscErrorCode PCFactorGetLevels(PC pc, PetscInt *levels) in PCFactorGetLevels()
331 PetscErrorCode PCFactorSetLevels(PC pc, PetscInt levels) in PCFactorSetLevels()
361 PetscErrorCode PCFactorSetAllowDiagonalFill(PC pc, PetscBool flg) in PCFactorSetAllowDiagonalFill()
388 PetscErrorCode PCFactorGetAllowDiagonalFill(PC pc, PetscBool *flg) in PCFactorGetAllowDiagonalFill()
412 PetscErrorCode PCFactorReorderForNonzeroDiagonal(PC pc, PetscReal rtol) in PCFactorReorderForNonzeroDiagonal()
443 PetscErrorCode PCFactorSetMatSolverType(PC pc, MatSolverType stype) in PCFactorSetMatSolverType()
467 PetscErrorCode PCFactorGetMatSolverType(PC pc, MatSolverType *stype) in PCFactorGetMatSolverType()
507 PetscErrorCode PCFactorSetFill(PC pc, PetscReal fill) in PCFactorSetFill()
546 PetscErrorCode PCFactorSetUseInPlace(PC pc, PetscBool flg) in PCFactorSetUseInPlace()
569 PetscErrorCode PCFactorGetUseInPlace(PC pc, PetscBool *flg) in PCFactorGetUseInPlace()
604 PetscErrorCode PCFactorSetMatOrderingType(PC pc, MatOrderingType ordering) in PCFactorSetMatOrderingType()
630 PetscErrorCode PCFactorSetColumnPivot(PC pc, PetscReal dtcol) in PCFactorSetColumnPivot()
656 PetscErrorCode PCFactorSetPivotInBlocks(PC pc, PetscBool pivot) in PCFactorSetPivotInBlocks()
682 PetscErrorCode PCFactorSetReuseFill(PC pc, PetscBool flag) in PCFactorSetReuseFill()
691 PetscErrorCode PCFactorInitialize(PC pc, MatFactorType ftype) in PCFactorInitialize()
727 PetscErrorCode PCFactorClearComposedFunctions(PC pc) in PCFactorClearComposedFunctions()