slepc4py.SLEPc.EPS.Which#
- class slepc4py.SLEPc.EPS.Which#
Bases:
object
EPS 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 selection.
Attributes Summary
Constant
ALL
of typeint
Constant
LARGEST_IMAGINARY
of typeint
Constant
LARGEST_MAGNITUDE
of typeint
Constant
LARGEST_REAL
of typeint
Constant
SMALLEST_IMAGINARY
of typeint
Constant
SMALLEST_MAGNITUDE
of typeint
Constant
SMALLEST_REAL
of typeint
Constant
TARGET_IMAGINARY
of typeint
Constant
TARGET_MAGNITUDE
of typeint
Constant
TARGET_REAL
of typeint
Constant
USER
of typeint
Attributes Documentation