slepc4py


Nameslepc4py JSON
Version 3.21.0 PyPI version JSON
download
home_pagehttps://gitlab.com/slepc/slepc
SummarySLEPc for Python
upload_time2024-04-02 14:24:29
maintainerSLEPc Team
docs_urlNone
authorLisandro Dalcin
requires_pythonNone
licenseBSD-2-Clause
keywords scientific computing parallel computing mpi slepc petsc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            SLEPc for Python
================

Python bindings for SLEPc.

Install
-------

If you have a working MPI implementation and the ``mpicc`` compiler
wrapper is on your search path, it highly recommended to install
``mpi4py`` first::

  $ pip install mpi4py

Ensure you have NumPy installed::

  $ pip install numpy

and finally::

  $ pip install petsc petsc4py slepc slepc4py


Citations
---------

If SLEPc 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.
  https://doi.org/10.1016/j.advwatres.2011.04.013

* V. Hernandez, J.E. Roman and V. Vidal.
  *SLEPc: A Scalable and Flexible Toolkit for the
  Solution of Eigenvalue Problems*,
  ACM Transactions on Mathematical Software, 31(3):351-362, 2005.
  https://doi.org/10.1145/1089014.1089019
            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/slepc/slepc",
    "name": "slepc4py",
    "maintainer": "SLEPc Team",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "slepc-maint@upv.es",
    "keywords": "scientific computing, parallel computing, MPI, SLEPc, PETSc",
    "author": "Lisandro Dalcin",
    "author_email": "dalcinl@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e3/14/0799e0fc40cbf98f86079c24002d997fa69ba643a5da251b0f6a91f1c8f7/slepc4py-3.21.0.tar.gz",
    "platform": "POSIX",
    "description": "SLEPc for Python\n================\n\nPython bindings for SLEPc.\n\nInstall\n-------\n\nIf you have a working MPI implementation and the ``mpicc`` compiler\nwrapper is on your search path, it highly recommended to install\n``mpi4py`` first::\n\n  $ pip install mpi4py\n\nEnsure you have NumPy installed::\n\n  $ pip install numpy\n\nand finally::\n\n  $ pip install petsc petsc4py slepc slepc4py\n\n\nCitations\n---------\n\nIf SLEPc for Python been significant to a project that leads to an\nacademic publication, please acknowledge that fact by citing the\nproject.\n\n* L. Dalcin, P. Kler, R. Paz, and A. Cosimo,\n  *Parallel Distributed Computing using Python*,\n  Advances in Water Resources, 34(9):1124-1139, 2011.\n  https://doi.org/10.1016/j.advwatres.2011.04.013\n\n* V. Hernandez, J.E. Roman and V. Vidal.\n  *SLEPc: A Scalable and Flexible Toolkit for the\n  Solution of Eigenvalue Problems*,\n  ACM Transactions on Mathematical Software, 31(3):351-362, 2005.\n  https://doi.org/10.1145/1089014.1089019",
    "bugtrack_url": null,
    "license": "BSD-2-Clause",
    "summary": "SLEPc for Python",
    "version": "3.21.0",
    "project_urls": {
        "Download": "https://pypi.io/packages/source/s/slepc4py/slepc4py-3.21.0.tar.gz",
        "Homepage": "https://gitlab.com/slepc/slepc"
    },
    "split_keywords": [
        "scientific computing",
        " parallel computing",
        " mpi",
        " slepc",
        " petsc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3140799e0fc40cbf98f86079c24002d997fa69ba643a5da251b0f6a91f1c8f7",
                "md5": "777e2389e12a5df44510647e99f3260e",
                "sha256": "bfbd90162633486f67a448d2052e1f7182529d18e8bde87367bc4f4dd58e857f"
            },
            "downloads": -1,
            "filename": "slepc4py-3.21.0.tar.gz",
            "has_sig": false,
            "md5_digest": "777e2389e12a5df44510647e99f3260e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 136233,
            "upload_time": "2024-04-02T14:24:29",
            "upload_time_iso_8601": "2024-04-02T14:24:29.973574Z",
            "url": "https://files.pythonhosted.org/packages/e3/14/0799e0fc40cbf98f86079c24002d997fa69ba643a5da251b0f6a91f1c8f7/slepc4py-3.21.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-02 14:24:29",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "slepc",
    "gitlab_project": "slepc",
    "lcname": "slepc4py"
}
        
Elapsed time: 0.23144s