petsc4py.PETSc.Mat.Structure#
- class petsc4py.PETSc.Mat.Structure#
Bases:
objectMatrix modification structure.
See also
Attributes Summary
Constant
DIFFERENTof typeintConstant
DIFFERENT_NONZERO_PATTERNof typeintConstant
DIFFERENT_NZof typeintConstant
SAMEof typeintConstant
SAME_NONZERO_PATTERNof typeintConstant
SAME_NZof typeintConstant
SUBSETof typeintConstant
SUBSET_NONZERO_PATTERNof typeintConstant
SUBSET_NZof typeintConstant
UNKNOWNof typeintConstant
UNKNOWN_NONZERO_PATTERNof typeintConstant
UNKNOWN_NZof typeintAttributes Documentation
- DIFFERENT_NONZERO_PATTERN: int = DIFFERENT_NONZERO_PATTERN#
Constant
DIFFERENT_NONZERO_PATTERNof typeint
- UNKNOWN_NONZERO_PATTERN: int = UNKNOWN_NONZERO_PATTERN#
Constant
UNKNOWN_NONZERO_PATTERNof typeint
- __init__()#
- classmethod __new__(*args, **kwargs)#