PCFailedReason#
indicates type of PC
failure
Synopsis#
typedef enum {
PC_SETUP_ERROR = -1,
PC_NOERROR,
PC_FACTOR_STRUCT_ZEROPIVOT,
PC_FACTOR_NUMERIC_ZEROPIVOT,
PC_FACTOR_OUTMEMORY,
PC_FACTOR_OTHER,
PC_SUBPC_ERROR
} PCFailedReason;
Developer Note#
Any additions/changes here MUST also be made in include/petsc/finclude/petscpc.h
Level#
beginner
Location#
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages