Searched refs:PCApply_Telescope_CoarseDM (Results 1 – 3 of 3) sorted by relevance
63 PetscErrorCode PCApply_Telescope_CoarseDM(PC, Vec, Vec);
222 PetscErrorCode PCApply_Telescope_CoarseDM(PC pc, Vec x, Vec y) in PCApply_Telescope_CoarseDM() function388 PetscCall(PCApply_Telescope_CoarseDM(pc, x, y)); in PCApplyRichardson_Telescope_CoarseDM()
482 pc->ops->apply = PCApply_Telescope_CoarseDM; in PCSetUp_Telescope()