krylovevsolver


Namekrylovevsolver JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
SummaryA Krylov eigenvalue solver for linear partial differential operators.
upload_time2024-09-18 12:06:06
maintainerNone
docs_urlNone
authorTrojanowski M.
requires_python>=3.12
licenseMIT License Copyright (c) 2024 Trojanowski M. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords fem pde krylov
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # A Krylov eigenvalue solver in Python

This Python package is designed for numerically solving eigenvalue problems of linear partial differential operators, such as the Laplace operator. It utilizes the finite element method, specifically employing the ``netgen`` and ``ngsolve`` packages (see [here](https://ngsolve.org)), to define domains, boundaries, and discretize the problem.

By applying special filter functions and Krylov iteration to the generated discretization matrices, the package computes the eigenvalues of the operator within a specified region of interest (an interval set by the user), along with the corresponding eigenvectors (eigenfunctions). This approach significantly reduces the size of the matrix eigenvalue problem after discretization, thereby lowering computational costs. Krylov iteration is particularly suitable for large-scale problems with a high number of degrees of freedom.

[![RTD](https://readthedocs.org/projects/kylov-ev-solver/badge/?version=latest)](https://kylov-ev-solver.readthedocs.io/en/latest/index.html)

![wave](./docs/images/wave.png)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "krylovevsolver",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "FEM, PDE, Krylov",
    "author": "Trojanowski M.",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/91/5d/968fd5d0ee3aec7ae47f026df5974870740995d3682b9da9f5eceecabc40/krylovevsolver-1.0.1.tar.gz",
    "platform": null,
    "description": "# A Krylov eigenvalue solver in Python\r\n\r\nThis Python package is designed for numerically solving eigenvalue problems of linear partial differential operators, such as the Laplace operator. It utilizes the finite element method, specifically employing the ``netgen`` and ``ngsolve`` packages (see [here](https://ngsolve.org)), to define domains, boundaries, and discretize the problem.\r\n\r\nBy applying special filter functions and Krylov iteration to the generated discretization matrices, the package computes the eigenvalues of the operator within a specified region of interest (an interval set by the user), along with the corresponding eigenvectors (eigenfunctions). This approach significantly reduces the size of the matrix eigenvalue problem after discretization, thereby lowering computational costs. Krylov iteration is particularly suitable for large-scale problems with a high number of degrees of freedom.\r\n\r\n[![RTD](https://readthedocs.org/projects/kylov-ev-solver/badge/?version=latest)](https://kylov-ev-solver.readthedocs.io/en/latest/index.html)\r\n\r\n![wave](./docs/images/wave.png)\r\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Trojanowski M.  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "A Krylov eigenvalue solver for linear partial differential operators.",
    "version": "1.0.1",
    "project_urls": {
        "Documentation": "https://kylov-ev-solver.readthedocs.io",
        "Homepage": "https://github.com/Michozord/Kylov_ev_solver"
    },
    "split_keywords": [
        "fem",
        " pde",
        " krylov"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4612259664cbb4cd6917ccff7127bf4b30c61d62f4f1d8c7c30ba7f9e21ca047",
                "md5": "e925b87e8aa662376dd10f9dd50d14eb",
                "sha256": "c10038594fd8d675b55d2ff17da8a066137dafcbaf0a6416df6652c581a84a2b"
            },
            "downloads": -1,
            "filename": "krylovevsolver-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e925b87e8aa662376dd10f9dd50d14eb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 12804,
            "upload_time": "2024-09-18T12:06:04",
            "upload_time_iso_8601": "2024-09-18T12:06:04.758010Z",
            "url": "https://files.pythonhosted.org/packages/46/12/259664cbb4cd6917ccff7127bf4b30c61d62f4f1d8c7c30ba7f9e21ca047/krylovevsolver-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "915d968fd5d0ee3aec7ae47f026df5974870740995d3682b9da9f5eceecabc40",
                "md5": "ff89262a213210d330c153c7f583e6c2",
                "sha256": "4ade6aaff16698cea073788190027bd64d6ec95d36ae8b64e77e9b763032ca6f"
            },
            "downloads": -1,
            "filename": "krylovevsolver-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ff89262a213210d330c153c7f583e6c2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 11980,
            "upload_time": "2024-09-18T12:06:06",
            "upload_time_iso_8601": "2024-09-18T12:06:06.023604Z",
            "url": "https://files.pythonhosted.org/packages/91/5d/968fd5d0ee3aec7ae47f026df5974870740995d3682b9da9f5eceecabc40/krylovevsolver-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-18 12:06:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Michozord",
    "github_project": "Kylov_ev_solver",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "krylovevsolver"
}
        
Elapsed time: 0.36715s