Metadata-Version: 1.2
Name: petsc4py
Version: 3.15.1
Summary: PETSc for Python
Home-page: https://gitlab.com/petsc/petsc
Author: Lisandro Dalcin
Author-email: dalcinl@gmail.com
Maintainer: Lisandro Dalcin
Maintainer-email: dalcinl@gmail.com
License: BSD
Download-URL: https://pypi.io/packages/source/p/petsc4py/petsc4py-3.15.1.tar.gz
Description: PETSc for Python
        ================
        
        Python bindings for PETSc.
        
        Citations
        ---------
        
        If PETSc for Python been significant to a project that leads to an
        academic publication, please acknowledge that fact by citing the
        project.
        
        * L. Dalcin, P. Kler, R. Paz, and A. Cosimo,
          *Parallel Distributed Computing using Python*,
          Advances in Water Resources, 34(9):1124-1139, 2011.
          http://dx.doi.org/10.1016/j.advwatres.2011.04.013
        
        * S. Balay, S. Abhyankar, M. Adams,
          J. Brown, P. Brune, K. Buschelman,
          L. Dalcin, A. Dener, V. Eijkhout, W. Gropp,
          D. Karpeyev, D. Kaushik, M. Knepley,
          D. May, L. Curfman McInnes, R. Mills, T. Munson,
          K. Rupp, P. Sanan, B. Smith,
          S. Zampini, H. Zhang, and H. Zhang,
          *PETSc Users Manual*, ANL-95/11 - Revision 3.15, 2021.
          http://www.mcs.anl.gov/petsc/petsc-current/docs/manual.pdf
        
Keywords: scientific computing,parallel computing,PETSc,MPI
Platform: POSIX
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Development Status :: 5 - Production/Stable
Requires: numpy
Provides: petsc4py
