petsc4py.PETSc.PC.HPDDMCoarseCorrectionType#

class petsc4py.PETSc.PC.HPDDMCoarseCorrectionType#

Bases: object

The HPDDM coarse correction type.

Attributes Summary

ADDITIVE

Constant ADDITIVE of type int

BALANCED

Constant BALANCED of type int

DEFLATED

Constant DEFLATED of type int

DEFLATED_REVERSED

Constant DEFLATED_REVERSED of type int

NONE

Constant NONE of type int

Attributes Documentation

ADDITIVE: int = ADDITIVE#

Constant ADDITIVE of type int

BALANCED: int = BALANCED#

Constant BALANCED of type int

DEFLATED: int = DEFLATED#

Constant DEFLATED of type int

DEFLATED_REVERSED: int = DEFLATED_REVERSED#

Constant DEFLATED_REVERSED of type int

NONE: int = NONE#

Constant NONE of type int