Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/rich/
H A Drich.c62 …PetscCall(PCApplyRichardson(ksp->pc, b, x, r, ksp->rtol, ksp->abstol, ksp->divtol, maxit, ksp->gue… in KSPSolve_Richardson()
/petsc/doc/changes/
H A D31.md93 - PCApplyRichardson() has an additional argument indicating if the
H A D300.md113 - PCApplyRichardson() now returns two additional arguments, the
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi167 …PetscErrorCode PCApplyRichardson(PetscPC, PetscVec, PetscVec, PetscVec, PetscReal, PetscReal, Pets…
/petsc/doc/manual/
H A Dadvanced.md325 PCApplyRichardson(PC pc,Vec x,Vec y,Vec work,PetscReal rtol,PetscReal atol, PetscReal dtol,PetscInt…
/petsc/include/
H A Dpetscpc.h76 PETSC_EXTERN PetscErrorCode PCApplyRichardson(PC, Vec, Vec, Vec, PetscReal, PetscReal, PetscReal, P…
/petsc/src/ksp/pc/interface/
H A Dprecon.c962 PetscErrorCode PCApplyRichardson(PC pc, Vec b, Vec y, Vec w, PetscReal rtol, PetscReal abstol, Pets… in PCApplyRichardson() function