petsc4py.PETSc.NormType#
- class petsc4py.PETSc.NormType#
Bases:
object
Norm type.
Commonly used norm types:
See also
Attributes Summary
Constant
FRB
of typeint
Constant
FROBENIUS
of typeint
Constant
INF
of typeint
Constant
INFINITY
of typeint
Constant
MAX
of typeint
Constant
N1
of typeint
Constant
N12
of typeint
Constant
N2
of typeint
Constant
NORM_1
of typeint
Constant
NORM_1_AND_2
of typeint
Constant
NORM_2
of typeint
Constant
NORM_FROBENIUS
of typeint
Constant
NORM_INFINITY
of typeint
Constant
NORM_MAX
of typeint
Attributes Documentation