petsc4py.PETSc.SNES.Type

class petsc4py.PETSc.SNES.Type

Bases: object

SNES solver type.

See also

petsc.SNESType

Attributes Summary

ANDERSON

Object ANDERSON of type str

ASPIN

Object ASPIN of type str

COMPOSITE

Object COMPOSITE of type str

FAS

Object FAS of type str

KSPONLY

Object KSPONLY of type str

KSPTRANSPOSEONLY

Object KSPTRANSPOSEONLY of type str

MS

Object MS of type str

NASM

Object NASM of type str

NCG

Object NCG of type str

NEWTONLS

Object NEWTONLS of type str

NEWTONTR

Object NEWTONTR of type str

NGMRES

Object NGMRES of type str

NGS

Object NGS of type str

NRICHARDSON

Object NRICHARDSON of type str

PATCH

Object PATCH of type str

PYTHON

Object PYTHON of type str

QN

Object QN of type str

SHELL

Object SHELL of type str

VINEWTONRSLS

Object VINEWTONRSLS of type str

VINEWTONSSLS

Object VINEWTONSSLS of type str

Attributes Documentation

ANDERSON: str = ANDERSON

Object ANDERSON of type str

ASPIN: str = ASPIN

Object ASPIN of type str

COMPOSITE: str = COMPOSITE

Object COMPOSITE of type str

FAS: str = FAS

Object FAS of type str

KSPONLY: str = KSPONLY

Object KSPONLY of type str

KSPTRANSPOSEONLY: str = KSPTRANSPOSEONLY

Object KSPTRANSPOSEONLY of type str

MS: str = MS

Object MS of type str

NASM: str = NASM

Object NASM of type str

NCG: str = NCG

Object NCG of type str

NEWTONLS: str = NEWTONLS

Object NEWTONLS of type str

NEWTONTR: str = NEWTONTR

Object NEWTONTR of type str

NGMRES: str = NGMRES

Object NGMRES of type str

NGS: str = NGS

Object NGS of type str

NRICHARDSON: str = NRICHARDSON

Object NRICHARDSON of type str

PATCH: str = PATCH

Object PATCH of type str

PYTHON: str = PYTHON

Object PYTHON of type str

QN: str = QN

Object QN of type str

SHELL: str = SHELL

Object SHELL of type str

VINEWTONRSLS: str = VINEWTONRSLS

Object VINEWTONRSLS of type str

VINEWTONSSLS: str = VINEWTONSSLS

Object VINEWTONSSLS of type str