https://github.com/erdc/petsc4py
https://github.com/erdc/petsc4py
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/erdc/petsc4py
- Owner: erdc
- License: other
- Created: 2012-01-26T18:18:01.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-05-28T00:48:02.000Z (about 13 years ago)
- Last Synced: 2024-04-15T00:05:24.467Z (about 2 years ago)
- Language: Python
- Homepage:
- Size: 4.56 MB
- Stars: 12
- Watchers: 6
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.txt
- Changelog: HISTORY.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
========================
README: PETSc for Python
========================
:Author: Lisandro Dalcin
:Contact: dalcinl@gmail.com
:Web Site: http://petsc4py.googlecode.com/
:Organization: CIMEC
:Address: CCT CONICET, 3000 Santa Fe, Argentina
Thank you for downloading the *PETSc for Python* project archive. As
this is a work in progress, please check the `project website`_ for
updates.
.. _CIMEC: http://www.cimec.org.ar/
.. _project website: http://petsc4py.googlecode.com/
- To build and install this package, you must meet the following
requirements.
+ PETSc_ 3.4 or 3.3, built with *shared libraries* (i.e., by
passing ``--with-shared-libraries`` option to PETSc ``configure``
script; this is not strictly required, but **highly** recommended).
+ Python_ 2.4 to 2.7 and 3.1 to 3.3.
+ NumPy_ 1.0.1 and above.
.. _PETSc: http://www.mcs.anl.gov/petsc/
.. _Python: http://www.python.org
.. _NumPy: http://numpy.scipy.org
- This package uses standard `distutils`. For detailed instructions
about requirements and the building/install process, read the file
``docs/srouce/install.rst``.