slepc4py.SLEPc.EPS.Which#

class slepc4py.SLEPc.EPS.Which#

Bases: object

EPS desired part of spectrum.

Attributes Summary

ALL

Constant ALL of type int

LARGEST_IMAGINARY

Constant LARGEST_IMAGINARY of type int

LARGEST_MAGNITUDE

Constant LARGEST_MAGNITUDE of type int

LARGEST_REAL

Constant LARGEST_REAL of type int

SMALLEST_IMAGINARY

Constant SMALLEST_IMAGINARY of type int

SMALLEST_MAGNITUDE

Constant SMALLEST_MAGNITUDE of type int

SMALLEST_REAL

Constant SMALLEST_REAL of type int

TARGET_IMAGINARY

Constant TARGET_IMAGINARY of type int

TARGET_MAGNITUDE

Constant TARGET_MAGNITUDE of type int

TARGET_REAL

Constant TARGET_REAL of type int

USER

Constant USER of type int

Attributes Documentation

ALL: int = ALL#

Constant ALL of type int

LARGEST_IMAGINARY: int = LARGEST_IMAGINARY#

Constant LARGEST_IMAGINARY of type int

LARGEST_MAGNITUDE: int = LARGEST_MAGNITUDE#

Constant LARGEST_MAGNITUDE of type int

LARGEST_REAL: int = LARGEST_REAL#

Constant LARGEST_REAL of type int

SMALLEST_IMAGINARY: int = SMALLEST_IMAGINARY#

Constant SMALLEST_IMAGINARY of type int

SMALLEST_MAGNITUDE: int = SMALLEST_MAGNITUDE#

Constant SMALLEST_MAGNITUDE of type int

SMALLEST_REAL: int = SMALLEST_REAL#

Constant SMALLEST_REAL of type int

TARGET_IMAGINARY: int = TARGET_IMAGINARY#

Constant TARGET_IMAGINARY of type int

TARGET_MAGNITUDE: int = TARGET_MAGNITUDE#

Constant TARGET_MAGNITUDE of type int

TARGET_REAL: int = TARGET_REAL#

Constant TARGET_REAL of type int

USER: int = USER#

Constant USER of type int