Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c3271 static PetscErrorCode PCApplyRichardson_SMG(PC pc, Vec b, Vec y, Vec w, PetscReal rtol, PetscReal a… in PCApplyRichardson_SMG() function
3364 pc->ops->applyrichardson = PCApplyRichardson_SMG; in PCCreate_SMG()