PCRichardsonConvergedReason#
reason a PCRICHARDSON
PCApplyRichardson()
method terminated
Synopsis#
typedef enum {
PCRICHARDSON_CONVERGED_RTOL = 2,
PCRICHARDSON_CONVERGED_ATOL = 3,
PCRICHARDSON_CONVERGED_ITS = 4,
PCRICHARDSON_DIVERGED_DTOL = -4
} PCRichardsonConvergedReason;
Developer Note#
This must match include/petsc/finclude/petscpc.h
and the KSPConvergedReason
values in `include/petscksp.h
See Also#
Preconditioners, PCRICHARDSON
, PC
, PCApplyRichardson()
Level#
advanced
Location#
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages