slepc4py.SLEPc.DS.ParallelType#
- class slepc4py.SLEPc.DS.ParallelType#
Bases:
objectIndicates the parallel mode that the direct solver will use.
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 among processes.
See also
Attributes Summary
Attributes Documentation