Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c2836 static PetscErrorCode PCApplyRichardson_PFMG(PC pc, Vec b, Vec y, Vec w, PetscReal rtol, PetscReal … in PCApplyRichardson_PFMG() function
2938 pc->ops->applyrichardson = PCApplyRichardson_PFMG; in PCCreate_PFMG()