Lines Matching defs:pc
13 static PetscErrorCode PCSetFromOptions_Cholesky(PC pc, PetscOptionItems PetscOptionsObject) in PCSetFromOptions_Cholesky()
22 static PetscErrorCode PCSetUp_Cholesky(PC pc) in PCSetUp_Cholesky()
152 static PetscErrorCode PCReset_Cholesky(PC pc) in PCReset_Cholesky()
163 static PetscErrorCode PCDestroy_Cholesky(PC pc) in PCDestroy_Cholesky()
176 static PetscErrorCode PCApply_Cholesky(PC pc, Vec x, Vec y) in PCApply_Cholesky()
189 static PetscErrorCode PCMatApply_Cholesky(PC pc, Mat X, Mat Y) in PCMatApply_Cholesky()
202 static PetscErrorCode PCApplySymmetricLeft_Cholesky(PC pc, Vec x, Vec y) in PCApplySymmetricLeft_Cholesky()
215 static PetscErrorCode PCApplySymmetricRight_Cholesky(PC pc, Vec x, Vec y) in PCApplySymmetricRight_Cholesky()
228 static PetscErrorCode PCApplyTranspose_Cholesky(PC pc, Vec x, Vec y) in PCApplyTranspose_Cholesky()
241 static PetscErrorCode PCMatApplyTranspose_Cholesky(PC pc, Mat X, Mat Y) in PCMatApplyTranspose_Cholesky()
272 PetscErrorCode PCFactorSetReuseOrdering(PC pc, PetscBool flag) in PCFactorSetReuseOrdering()
311 PETSC_EXTERN PetscErrorCode PCCreate_Cholesky(PC pc) in PCCreate_Cholesky()