File: README.rst

package info (click to toggle)
petsc4py 3.24.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,612 kB
  • sloc: python: 13,569; ansic: 1,768; makefile: 345; f90: 313; sh: 14
file content (30 lines) | stat: -rw-r--r-- 643 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
================
PETSc for Python
================

Overview
--------

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

Dependencies
------------

* Python_ 2.7, 3.3 or above.

* A recent NumPy_ release.

* A matching version of PETSc_ built with *shared/dynamic libraries*.

* To work with the in-development version, you need Cython_.

.. _Python: https://www.python.org
.. _NumPy:  https://www.numpy.org
.. _PETSc:  https://petsc.org
.. _Cython: https://www.cython.org

Documentation
-------------

* https://petsc.org/release/petsc4py/petsc4py/