Skip to content
 
Documentation pymor.solvers.mpi
Type to start searching
    • pyMOR v2025.2.0.dev0 Manual
    • API Reference
    • pymor
    • pymor.solvers
    • Getting Started
    • Available MOR methods
    • Tutorials
    • API Reference
      • pymor
        • Subpackages
          • algorithms
          • analyticalproblems
          • bindings
          • core
          • discretizers
          • models
          • operators
          • parallel
          • parameters
          • reductors
          • scripts
          • solvers
            • Submodules
              • default
              • generic
              • interface
              • least_squares
              • list
              • mpi
              • newton
          • tools
          • vectorarrays
        • Submodules
        • Package Contents
      • pymordemos
    • Technical Overview
    • Release Notes
    • Developer Documentation
    • Environment Variables
    • Bibliography

    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.

    "Previous" pymor.solvers.list
    "Next" pymor.solvers.newton
    © Copyright pyMOR developers and contributors.
    Last updated on Oct 12, 2025.
    Created using Sphinx 7.3.7. and Material for Sphinx