Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/mg/
H A Dmg.c124 static PetscErrorCode PCApplyRichardson_MG(PC pc, Vec b, Vec x, Vec w, PetscReal rtol, PetscReal ab… in PCApplyRichardson_MG() function
1367 if (form == PC_MG_MULTIPLICATIVE) pc->ops->applyrichardson = PCApplyRichardson_MG; in PCMGSetType()