Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope.c618 static PetscErrorCode PCApplyRichardson_Telescope(PC pc, Vec x, Vec y, Vec w, PetscReal rtol, Petsc… in PCApplyRichardson_Telescope() function
1378 pc->ops->applyrichardson = PCApplyRichardson_Telescope; in PCCreate_Telescope()