PETSc for Python


Keywords
scientific, computing, parallel, MPI, PETSc
License
BSD-2-Clause
Install
pip install petsc4py==0.7.2

Documentation

PETSc for Python

Overview

Welcome to PETSc for Python. This package provides Python bindings for PETSc, the Portable, Extensible Toolkit for Scientific Computation.

Dependencies

  • A matching version of PETSc built with shared/dynamic libraries.
  • Python 2.6, 2.7, 3.3 or above.
  • A recent NumPy release.
  • To work with the in-development version, you need Cython.

Documentation