petsc4py.typing.NNZSpec#
- petsc4py.typing.NNZSpec#
Nonzero pattern specification.
A single
int
corresponds to fixed number of non-zeros per row. ASequence
ofint
indicates different non-zeros per row. If a 2-tuple
is used, the elements of the tuple corresponds to the on-process and off-process parts of the matrix.alias of
int
|Sequence
[int
] |tuple
[Sequence
[int
],Sequence
[int
]]