pymor.solvers.mpi¶ Module Contents¶ class pymor.solvers.mpi.MPISolver(obj_id=None)[source]¶ Bases: pymor.solvers.interface.Solver MPI distributed Solver. Forwards calls to MPI-aware solvers on each MPI rank. Parameters: obj_id – ObjectId of the Solver to wrap. If None, the operator’s default solver is used.