Skip to content

slepc4py version matching Firedrake's SLEPc and PETSc

License

Notifications You must be signed in to change notification settings

firedrakeproject/slepc4py

Repository files navigation

SLEPc for Python

Overview

Welcome to SLEPc for Python. This package provides Python bindings for SLEPc, the * Scalable Library for Eigenvalue Problem Computations*.

Dependencies

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

Documentation