Searched refs:PCApplyRichardson (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/ksp/ksp/impls/rich/ |
| H A D | rich.c | 62 …PetscCall(PCApplyRichardson(ksp->pc, b, x, r, ksp->rtol, ksp->abstol, ksp->divtol, maxit, ksp->gue… in KSPSolve_Richardson()
|
| /petsc/doc/changes/ |
| H A D | 31.md | 93 - PCApplyRichardson() has an additional argument indicating if the
|
| H A D | 300.md | 113 - PCApplyRichardson() now returns two additional arguments, the
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscpc.pxi | 167 …PetscErrorCode PCApplyRichardson(PetscPC, PetscVec, PetscVec, PetscVec, PetscReal, PetscReal, Pets…
|
| /petsc/doc/manual/ |
| H A D | advanced.md | 325 PCApplyRichardson(PC pc,Vec x,Vec y,Vec work,PetscReal rtol,PetscReal atol, PetscReal dtol,PetscInt…
|
| /petsc/include/ |
| H A D | petscpc.h | 76 PETSC_EXTERN PetscErrorCode PCApplyRichardson(PC, Vec, Vec, Vec, PetscReal, PetscReal, PetscReal, P…
|
| /petsc/src/ksp/pc/interface/ |
| H A D | precon.c | 962 PetscErrorCode PCApplyRichardson(PC pc, Vec b, Vec y, Vec w, PetscReal rtol, PetscReal abstol, Pets… in PCApplyRichardson() function
|