Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/shell/
H A Dshellpc.c23 …PetscErrorCode (*applyrich)(PC, Vec, Vec, Vec, PetscReal, PetscReal, PetscReal, PetscInt, PetscBoo… member
237 …PetscCheck(shell->applyrich, PetscObjectComm((PetscObject)pc), PETSC_ERR_USER, "No applyrichardson… in PCApplyRichardson_Shell()
239 …PetscCallBack("PCSHELL callback applyrichardson", (*shell->applyrich)(pc, x, y, w, rtol, abstol, d… in PCApplyRichardson_Shell()
419 static PetscErrorCode PCShellSetApplyRichardson_Shell(PC pc, PetscErrorCode (*applyrich)(PC, Vec, V… in PCShellSetApplyRichardson_Shell()
424 shell->applyrich = applyrich; in PCShellSetApplyRichardson_Shell()
425 if (applyrich) pc->ops->applyrichardson = PCApplyRichardson_Shell; in PCShellSetApplyRichardson_Shell()
938 shell->applyrich = NULL; in PCCreate_Shell()