Home
last modified time | relevance | path

Searched refs:PCApply_Telescope (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope.c567 static PetscErrorCode PCApply_Telescope(PC pc, Vec x, Vec y) in PCApply_Telescope() function
658 PetscCall(PCApply_Telescope(pc, x, y)); in PCApplyRichardson_Telescope()
1376 pc->ops->apply = PCApply_Telescope; in PCCreate_Telescope()