Lines Matching refs:PetscTryMethod

108   PetscTryMethod(pc, "PCFactorSetUpMatSolverType_C", (PC), (pc));  in PCFactorSetUpMatSolverType()
133 PetscTryMethod(pc, "PCFactorSetZeroPivot_C", (PC, PetscReal), (pc, zero)); in PCFactorSetZeroPivot()
159 PetscTryMethod(pc, "PCFactorSetShiftType_C", (PC, MatFactorShiftType), (pc, shifttype)); in PCFactorSetShiftType()
185 PetscTryMethod(pc, "PCFactorSetShiftAmount_C", (PC, PetscReal), (pc, shiftamount)); in PCFactorSetShiftAmount()
219PetscTryMethod(pc, "PCFactorSetDropTolerance_C", (PC, PetscReal, PetscReal, PetscInt), (pc, dt, dt… in PCFactorSetDropTolerance()
337 PetscTryMethod(pc, "PCFactorSetLevels_C", (PC, PetscInt), (pc, levels)); in PCFactorSetLevels()
365 PetscTryMethod(pc, "PCFactorSetAllowDiagonalFill_C", (PC, PetscBool), (pc, flg)); in PCFactorSetAllowDiagonalFill()
417 PetscTryMethod(pc, "PCFactorReorderForNonzeroDiagonal_C", (PC, PetscReal), (pc, rtol)); in PCFactorReorderForNonzeroDiagonal()
447 PetscTryMethod(pc, "PCFactorSetMatSolverType_C", (PC, MatSolverType), (pc, stype)); in PCFactorSetMatSolverType()
512 PetscTryMethod(pc, "PCFactorSetFill_C", (PC, PetscReal), (pc, fill)); in PCFactorSetFill()
550 PetscTryMethod(pc, "PCFactorSetUseInPlace_C", (PC, PetscBool), (pc, flg)); in PCFactorSetUseInPlace()
608 PetscTryMethod(pc, "PCFactorSetMatOrderingType_C", (PC, MatOrderingType), (pc, ordering)); in PCFactorSetMatOrderingType()
635 PetscTryMethod(pc, "PCFactorSetColumnPivot_C", (PC, PetscReal), (pc, dtcol)); in PCFactorSetColumnPivot()
661 PetscTryMethod(pc, "PCFactorSetPivotInBlocks_C", (PC, PetscBool), (pc, pivot)); in PCFactorSetPivotInBlocks()
687 PetscTryMethod(pc, "PCFactorSetReuseFill_C", (PC, PetscBool), (pc, flag)); in PCFactorSetReuseFill()