petsc4py.PETSc.InsertMode#
- class petsc4py.PETSc.InsertMode#
Bases:
object
Insertion mode.
Most commonly used insertion modes are:
INSERT
Insert provided value/s discarding previous value/s.
ADD
Add provided value/s to current value/s.
MAX
Insert the maximum of provided value/s and current value/s.
See also
Attributes Summary
Constant
ADD
of typeint
Constant
ADD_ALL
of typeint
Constant
ADD_ALL_VALUES
of typeint
Constant
ADD_BC
of typeint
Constant
ADD_BC_VALUES
of typeint
Constant
ADD_VALUES
of typeint
Constant
INSERT
of typeint
Constant
INSERT_ALL
of typeint
Constant
INSERT_ALL_VALUES
of typeint
Constant
INSERT_BC
of typeint
Constant
INSERT_BC_VALUES
of typeint
Constant
INSERT_VALUES
of typeint
Constant
MAX
of typeint
Constant
MAX_VALUES
of typeint
Constant
NOT_SET_VALUES
of typeint
Attributes Documentation