Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/shell/
H A Dshellpc.c231 static PetscErrorCode PCApplyRichardson_Shell(PC pc, Vec x, Vec y, Vec w, PetscReal rtol, PetscReal… in PCApplyRichardson_Shell() function
425 if (applyrich) pc->ops->applyrichardson = PCApplyRichardson_Shell; in PCShellSetApplyRichardson_Shell()