petsc4py.PETSc.Scatter.Type
- class petsc4py.PETSc.Scatter.Type
Bases:
object
Scatter type.
See also
petsc.VecScatterType
Attributes Summary
Object
ALLGATHER
of typestr
Object
ALLGATHERV
of typestr
Object
ALLTOALL
of typestr
Object
BASIC
of typestr
Object
GATHER
of typestr
Object
GATHERV
of typestr
Object
NEIGHBOR
of typestr
Object
WINDOW
of typestr
Attributes Documentation