petsc4py.PETSc.TAO.Type#

class petsc4py.PETSc.TAO.Type#

Bases: object

TAO solver type.

See also

TaoType

Attributes Summary

ADMM

Object ADMM of type str

ALMM

Object ALMM of type str

ASFLS

Object ASFLS of type str

ASILS

Object ASILS of type str

BLMVM

Object BLMVM of type str

BMRM

Object BMRM of type str

BNCG

Object BNCG of type str

BNLS

Object BNLS of type str

BNTL

Object BNTL of type str

BNTR

Object BNTR of type str

BQNKLS

Object BQNKLS of type str

BQNKTL

Object BQNKTL of type str

BQNKTR

Object BQNKTR of type str

BQNLS

Object BQNLS of type str

BQPIP

Object BQPIP of type str

BRGN

Object BRGN of type str

CG

Object CG of type str

GPCG

Object GPCG of type str

IPM

Object IPM of type str

LCL

Object LCL of type str

LMVM

Object LMVM of type str

NLS

Object NLS of type str

NM

Object NM of type str

NTL

Object NTL of type str

NTR

Object NTR of type str

OWLQN

Object OWLQN of type str

PDIPM

Object PDIPM of type str

POUNDERS

Object POUNDERS of type str

PYTHON

Object PYTHON of type str

SHELL

Object SHELL of type str

SSFLS

Object SSFLS of type str

SSILS

Object SSILS of type str

TRON

Object TRON of type str

Attributes Documentation

ADMM: str = ADMM#

Object ADMM of type str

ALMM: str = ALMM#

Object ALMM of type str

ASFLS: str = ASFLS#

Object ASFLS of type str

ASILS: str = ASILS#

Object ASILS of type str

BLMVM: str = BLMVM#

Object BLMVM of type str

BMRM: str = BMRM#

Object BMRM of type str

BNCG: str = BNCG#

Object BNCG of type str

BNLS: str = BNLS#

Object BNLS of type str

BNTL: str = BNTL#

Object BNTL of type str

BNTR: str = BNTR#

Object BNTR of type str

BQNKLS: str = BQNKLS#

Object BQNKLS of type str

BQNKTL: str = BQNKTL#

Object BQNKTL of type str

BQNKTR: str = BQNKTR#

Object BQNKTR of type str

BQNLS: str = BQNLS#

Object BQNLS of type str

BQPIP: str = BQPIP#

Object BQPIP of type str

BRGN: str = BRGN#

Object BRGN of type str

CG: str = CG#

Object CG of type str

GPCG: str = GPCG#

Object GPCG of type str

IPM: str = IPM#

Object IPM of type str

LCL: str = LCL#

Object LCL of type str

LMVM: str = LMVM#

Object LMVM of type str

NLS: str = NLS#

Object NLS of type str

NM: str = NM#

Object NM of type str

NTL: str = NTL#

Object NTL of type str

NTR: str = NTR#

Object NTR of type str

OWLQN: str = OWLQN#

Object OWLQN of type str

PDIPM: str = PDIPM#

Object PDIPM of type str

POUNDERS: str = POUNDERS#

Object POUNDERS of type str

PYTHON: str = PYTHON#

Object PYTHON of type str

SHELL: str = SHELL#

Object SHELL of type str

SSFLS: str = SSFLS#

Object SSFLS of type str

SSILS: str = SSILS#

Object SSILS of type str

TRON: str = TRON#

Object TRON of type str