petsc4py.PETSc.PC.FailedReason#
- class petsc4py.PETSc.PC.FailedReason#
Bases:
objectThe reason the preconditioner has failed.
Attributes Summary
Constant
FACTOR_NUMERIC_ZEROPIVOTof typeintConstant
FACTOR_OTHERof typeintConstant
FACTOR_OUTMEMORYof typeintConstant
FACTOR_STRUCT_ZEROPIVOTof typeintConstant
NOERRORof typeintConstant
SETUP_ERRORof typeintConstant
SUBPC_ERRORof typeintAttributes Documentation
- FACTOR_NUMERIC_ZEROPIVOT: int = FACTOR_NUMERIC_ZEROPIVOT#
Constant
FACTOR_NUMERIC_ZEROPIVOTof typeint
- FACTOR_STRUCT_ZEROPIVOT: int = FACTOR_STRUCT_ZEROPIVOT#
Constant
FACTOR_STRUCT_ZEROPIVOTof typeint
- __init__()#
- classmethod __new__(*args, **kwargs)#