petsc-3.9.4 2018-09-11
Report Typos and Errors

PCRichardsonConvergedReason

reason a PCApplyRichardson method terminates

Synopsis

typedef enum {
              PCRICHARDSON_CONVERGED_RTOL               =  2,
              PCRICHARDSON_CONVERGED_ATOL               =  3,
              PCRICHARDSON_CONVERGED_ITS                =  4,
              PCRICHARDSON_DIVERGED_DTOL                = -4} PCRichardsonConvergedReason;

Notes: this must match petsc/finclude/petscpc.h and the KSPConvergedReason values in petscksp.h

See Also

PCApplyRichardson()

Level

advanced

Location

src/ksp/pc/../../../include/petscpctypes.h
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages