Lines Matching defs:pc
9 PC pc; /* actual preconditioner used on each processor */ member
21 static PetscErrorCode PCFactorSetShiftType_Redundant(PC pc, MatFactorShiftType shifttype) in PCFactorSetShiftType_Redundant()
27 PC pc; in PCFactorSetShiftType_Redundant() local
37 static PetscErrorCode PCView_Redundant(PC pc, PetscViewer viewer) in PCView_Redundant()
66 static PetscErrorCode PCSetUp_Redundant(PC pc) in PCSetUp_Redundant()
180 static PetscErrorCode PCApply_Redundant(PC pc, Vec x, Vec y) in PCApply_Redundant()
218 static PetscErrorCode PCApplyTranspose_Redundant(PC pc, Vec x, Vec y) in PCApplyTranspose_Redundant()
256 static PetscErrorCode PCReset_Redundant(PC pc) in PCReset_Redundant()
274 static PetscErrorCode PCDestroy_Redundant(PC pc) in PCDestroy_Redundant()
291 static PetscErrorCode PCSetFromOptions_Redundant(PC pc, PetscOptionItems PetscOptionsObject) in PCSetFromOptions_Redundant()
302 static PetscErrorCode PCRedundantSetNumber_Redundant(PC pc, PetscInt nreds) in PCRedundantSetNumber_Redundant()
325 PetscErrorCode PCRedundantSetNumber(PC pc, PetscInt nredundant) in PCRedundantSetNumber()
334 static PetscErrorCode PCRedundantSetScatter_Redundant(PC pc, VecScatter in, VecScatter out) in PCRedundantSetScatter_Redundant()
366 PetscErrorCode PCRedundantSetScatter(PC pc, VecScatter in, VecScatter out) in PCRedundantSetScatter()
376 static PetscErrorCode PCRedundantGetKSP_Redundant(PC pc, KSP *innerksp) in PCRedundantGetKSP_Redundant()
437 PetscErrorCode PCRedundantGetKSP(PC pc, KSP *innerksp) in PCRedundantGetKSP()
446 static PetscErrorCode PCRedundantGetOperators_Redundant(PC pc, Mat *mat, Mat *pmat) in PCRedundantGetOperators_Redundant()
472 PetscErrorCode PCRedundantGetOperators(PC pc, Mat *mat, Mat *pmat) in PCRedundantGetOperators()
505 PETSC_EXTERN PetscErrorCode PCCreate_Redundant(PC pc) in PCCreate_Redundant()