petsc4py.PETSc.SNES.NewtonALCorrectionType# class petsc4py.PETSc.SNES.NewtonALCorrectionType# Bases: object SNESNEWTONAL correction type. See also SNESNewtonALCorrectionType Attributes Summary EXACT Constant EXACT of type int NORMAL Constant NORMAL of type int Attributes Documentation EXACT: int = EXACT# Constant EXACT of type int NORMAL: int = NORMAL# Constant NORMAL of type int