slepc4py.SLEPc.PEP.Refine# class slepc4py.SLEPc.PEP.Refine# Bases: object PEP refinement strategy. NONE: No refinement. SIMPLE: Refine eigenpairs one by one. MULTIPLE: Refine all eigenpairs simultaneously (invariant pair). Attributes Summary MULTIPLE Constant MULTIPLE of type int NONE Constant NONE of type int SIMPLE Constant SIMPLE of type int Attributes Documentation MULTIPLE: int = MULTIPLE# Constant MULTIPLE of type int NONE: int = NONE# Constant NONE of type int SIMPLE: int = SIMPLE# Constant SIMPLE of type int