slepc4py.SLEPc.PEP.Which#
- class slepc4py.SLEPc.PEP.Which#
Bases:
objectPEP desired part of spectrum.
LARGEST_MAGNITUDE: Largest magnitude (default).SMALLEST_MAGNITUDE: Smallest magnitude.LARGEST_REAL: Largest real parts.SMALLEST_REAL: Smallest real parts.LARGEST_IMAGINARY: Largest imaginary parts in magnitude.SMALLEST_IMAGINARY: Smallest imaginary parts in magnitude.TARGET_MAGNITUDE: Closest to target (in magnitude).TARGET_REAL: Real part closest to target.TARGET_IMAGINARY: Imaginary part closest to target.ALL: All eigenvalues in an interval.USER: User-defined criterion.
Attributes Summary
Constant
ALLof typeintConstant
LARGEST_IMAGINARYof typeintConstant
LARGEST_MAGNITUDEof typeintConstant
LARGEST_REALof typeintConstant
SMALLEST_IMAGINARYof typeintConstant
SMALLEST_MAGNITUDEof typeintConstant
SMALLEST_REALof typeintConstant
TARGET_IMAGINARYof typeintConstant
TARGET_MAGNITUDEof typeintConstant
TARGET_REALof typeintConstant
USERof typeintAttributes Documentation