Metadata-Version: 1.2
Name: petsc
Version: 3.9.1
Summary: PETSc: Portable, Extensible Toolkit for Scientific Computation
Home-page: http://www.mcs.anl.gov/petsc/
Author: PETSc Team
Author-email: petsc-maint@mcs.anl.gov
Maintainer: Lisandro Dalcin
Maintainer-email: dalcinl@gmail.com
License: BSD
Download-URL: http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-lite-3.9.1.tar.gz#egg=petsc-3.9.1
Description: The Portable, Extensible Toolkit for Scientific Computation (PETSc),
        is a suite of data structures and routines for the scalable (parallel)
        solution of scientific applications modeled by partial differential
        equations. It employs the Message Passing Interface (MPI) standard for
        all message-passing communication.
        
        .. note::
        
           To install ``PETSc`` and ``petsc4py`` (``mpi4py`` is optional
           but highly recommended) use::
        
             $ pip install numpy mpi4py
             $ pip install petsc petsc4py
        
        .. tip::
        
          You can also install the in-development versions with::
        
            $ pip install Cython numpy mpi4py
            $ pip install --no-deps https://bitbucket.org/petsc/petsc/get/master.tar.gz
            $ pip install --no-deps https://bitbucket.org/petsc/petsc4py/get/master.tar.gz
        
Keywords: PETSc,MPI
Platform: POSIX
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Fortran
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Provides: petsc
