PetscErrorCode PCASASetTolerances(PC pc, PetscReal rtol, PetscReal abstol,PetscReal dtol, PetscInt maxits)Collective on PC
pc | - the context | |
rtol | - the relative convergence tolerance (relative decrease in the residual norm) | |
abstol | - the absolute convergence tolerance (absolute size of the residual norm) | |
dtol | - the divergence tolerance (amount residual can increase before KSPDefaultConverged() concludes that the method is diverging) | |
maxits | - maximum number of iterations to use |
Level:advanced
Location:src/ksp/pc/impls/asa/asa.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages