Searched refs:jacobi_smoother (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/tests/ |
| H A D | ex5.c | 19 PetscErrorCode jacobi_smoother(PC, Vec, Vec, Vec, PetscReal, PetscReal, PetscReal, PetscInt, PetscB… 110 if (use_jacobi) PetscCall(PCShellSetApplyRichardson(pc, jacobi_smoother)); in main() 245 PetscErrorCode jacobi_smoother(PC pc, Vec bb, Vec xx, Vec w, PetscReal rtol, PetscReal abstol, Pets… in jacobi_smoother() function
|