slepc4py.SLEPc.EPS.Extraction#
- class slepc4py.SLEPc.EPS.Extraction#
Bases:
object
EPS extraction technique.
RITZ
: Standard Rayleigh-Ritz extraction.HARMONIC
: Harmonic extraction.HARMONIC_RELATIVE
: Harmonic extraction relative to the eigenvalue.HARMONIC_RIGHT
: Harmonic extraction for rightmost eigenvalues.HARMONIC_LARGEST
: Harmonic extraction for largest magnitude (withouttarget).
REFINED
: Refined extraction.REFINED_HARMONIC
: Refined harmonic extraction.
Attributes Summary
Constant
HARMONIC
of typeint
Constant
HARMONIC_LARGEST
of typeint
Constant
HARMONIC_RELATIVE
of typeint
Constant
HARMONIC_RIGHT
of typeint
Constant
REFINED
of typeint
Constant
REFINED_HARMONIC
of typeint
Constant
RITZ
of typeint
Attributes Documentation