slepc4py.SLEPc.RG.Type#

class slepc4py.SLEPc.RG.Type#

Bases: object

RG type.

  • INTERVAL: A (generalized) interval.

  • POLYGON: A polygonal region defined by its vertices.

  • ELLIPSE: An ellipse defined by its center, radius and vertical scale.

  • RING: A ring region.

See also

RGType

Attributes Summary

ELLIPSE

Object ELLIPSE of type str

INTERVAL

Object INTERVAL of type str

POLYGON

Object POLYGON of type str

RING

Object RING of type str

Attributes Documentation

ELLIPSE: str = ELLIPSE#

Object ELLIPSE of type str

INTERVAL: str = INTERVAL#

Object INTERVAL of type str

POLYGON: str = POLYGON#

Object POLYGON of type str

RING: str = RING#

Object RING of type str