petsc-3.4.5 2014-06-29

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 finclude/petscpc.h and the KSPConvergedReason values in petscksp.h

See Also

PCApplyRichardson()

Level:advanced
Location:
src/ksp/pc/../../../include/petscpc.h
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages