Lines Matching refs: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()
108 PetscTryMethod(pc, "PCFactorSetUpMatSolverType_C", (PC), (pc)); in PCFactorSetUpMatSolverType()
128 PetscErrorCode PCFactorSetZeroPivot(PC pc, PetscReal zero) in PCFactorSetZeroPivot()
133 PetscTryMethod(pc, "PCFactorSetZeroPivot_C", (PC, PetscReal), (pc, zero)); in PCFactorSetZeroPivot()
154 PetscErrorCode PCFactorSetShiftType(PC pc, MatFactorShiftType shifttype) in PCFactorSetShiftType()
159 PetscTryMethod(pc, "PCFactorSetShiftType_C", (PC, MatFactorShiftType), (pc, shifttype)); in PCFactorSetShiftType()
180 PetscErrorCode PCFactorSetShiftAmount(PC pc, PetscReal shiftamount) in PCFactorSetShiftAmount()
185 PetscTryMethod(pc, "PCFactorSetShiftAmount_C", (PC, PetscReal), (pc, shiftamount)); in PCFactorSetShiftAmount()
213 PetscErrorCode PCFactorSetDropTolerance(PC pc, PetscReal dt, PetscReal dtcol, PetscInt maxrowcount) in PCFactorSetDropTolerance()
219 …PetscTryMethod(pc, "PCFactorSetDropTolerance_C", (PC, PetscReal, PetscReal, PetscInt), (pc, dt, dt… in PCFactorSetDropTolerance()
238 PetscErrorCode PCFactorGetZeroPivot(PC pc, PetscReal *pivot) in PCFactorGetZeroPivot()
242 PetscUseMethod(pc, "PCFactorGetZeroPivot_C", (PC, PetscReal *), (pc, pivot)); in PCFactorGetZeroPivot()
261 PetscErrorCode PCFactorGetShiftAmount(PC pc, PetscReal *shift) in PCFactorGetShiftAmount()
265 PetscUseMethod(pc, "PCFactorGetShiftAmount_C", (PC, PetscReal *), (pc, shift)); in PCFactorGetShiftAmount()
284 PetscErrorCode PCFactorGetShiftType(PC pc, MatFactorShiftType *type) in PCFactorGetShiftType()
288 PetscUseMethod(pc, "PCFactorGetShiftType_C", (PC, MatFactorShiftType *), (pc, type)); in PCFactorGetShiftType()
307 PetscErrorCode PCFactorGetLevels(PC pc, PetscInt *levels) in PCFactorGetLevels()
311 PetscUseMethod(pc, "PCFactorGetLevels_C", (PC, PetscInt *), (pc, levels)); in PCFactorGetLevels()
331 PetscErrorCode PCFactorSetLevels(PC pc, PetscInt levels) in PCFactorSetLevels()
337 PetscTryMethod(pc, "PCFactorSetLevels_C", (PC, PetscInt), (pc, levels)); in PCFactorSetLevels()
361 PetscErrorCode PCFactorSetAllowDiagonalFill(PC pc, PetscBool flg) in PCFactorSetAllowDiagonalFill()
365 PetscTryMethod(pc, "PCFactorSetAllowDiagonalFill_C", (PC, PetscBool), (pc, flg)); in PCFactorSetAllowDiagonalFill()
388 PetscErrorCode PCFactorGetAllowDiagonalFill(PC pc, PetscBool *flg) in PCFactorGetAllowDiagonalFill()
392 PetscUseMethod(pc, "PCFactorGetAllowDiagonalFill_C", (PC, PetscBool *), (pc, flg)); in PCFactorGetAllowDiagonalFill()
412 PetscErrorCode PCFactorReorderForNonzeroDiagonal(PC pc, PetscReal rtol) in PCFactorReorderForNonzeroDiagonal()
417 PetscTryMethod(pc, "PCFactorReorderForNonzeroDiagonal_C", (PC, PetscReal), (pc, rtol)); in PCFactorReorderForNonzeroDiagonal()
443 PetscErrorCode PCFactorSetMatSolverType(PC pc, MatSolverType stype) in PCFactorSetMatSolverType()
447 PetscTryMethod(pc, "PCFactorSetMatSolverType_C", (PC, MatSolverType), (pc, stype)); in PCFactorSetMatSolverType()
467 PetscErrorCode PCFactorGetMatSolverType(PC pc, MatSolverType *stype) in PCFactorGetMatSolverType()
469 PetscErrorCode (*f)(PC, MatSolverType *); in PCFactorGetMatSolverType()
507 PetscErrorCode PCFactorSetFill(PC pc, PetscReal fill) in PCFactorSetFill()
512 PetscTryMethod(pc, "PCFactorSetFill_C", (PC, PetscReal), (pc, fill)); in PCFactorSetFill()
546 PetscErrorCode PCFactorSetUseInPlace(PC pc, PetscBool flg) in PCFactorSetUseInPlace()
550 PetscTryMethod(pc, "PCFactorSetUseInPlace_C", (PC, PetscBool), (pc, flg)); in PCFactorSetUseInPlace()
569 PetscErrorCode PCFactorGetUseInPlace(PC pc, PetscBool *flg) in PCFactorGetUseInPlace()
573 PetscUseMethod(pc, "PCFactorGetUseInPlace_C", (PC, PetscBool *), (pc, flg)); in PCFactorGetUseInPlace()
604 PetscErrorCode PCFactorSetMatOrderingType(PC pc, MatOrderingType ordering) in PCFactorSetMatOrderingType()
608 PetscTryMethod(pc, "PCFactorSetMatOrderingType_C", (PC, MatOrderingType), (pc, ordering)); in PCFactorSetMatOrderingType()
630 PetscErrorCode PCFactorSetColumnPivot(PC pc, PetscReal dtcol) in PCFactorSetColumnPivot()
635 PetscTryMethod(pc, "PCFactorSetColumnPivot_C", (PC, PetscReal), (pc, dtcol)); in PCFactorSetColumnPivot()
656 PetscErrorCode PCFactorSetPivotInBlocks(PC pc, PetscBool pivot) in PCFactorSetPivotInBlocks()
661 PetscTryMethod(pc, "PCFactorSetPivotInBlocks_C", (PC, PetscBool), (pc, pivot)); in PCFactorSetPivotInBlocks()
682 PetscErrorCode PCFactorSetReuseFill(PC pc, PetscBool flag) in PCFactorSetReuseFill()
687 PetscTryMethod(pc, "PCFactorSetReuseFill_C", (PC, PetscBool), (pc, flag)); in PCFactorSetReuseFill()
691 PetscErrorCode PCFactorInitialize(PC pc, MatFactorType ftype) in PCFactorInitialize()
727 PetscErrorCode PCFactorClearComposedFunctions(PC pc) in PCFactorClearComposedFunctions()