slepc4py.SLEPc.DS.ParallelType#
- class slepc4py.SLEPc.DS.ParallelType#
Bases:
object
DS parallel types.
REDUNDANT
: Every process performs the computation redundantly.SYNCHRONIZED
: The first process sends the result to the rest.DISTRIBUTED
: Used in some cases to distribute the computation amongprocesses.
Attributes Summary
Attributes Documentation