FiPy


NameFiPy JSON
Version 3.4.4 PyPI version JSON
download
home_pagehttp://www.ctcms.nist.gov/fipy/
SummaryA finite volume PDE solver in Python
upload_time2023-06-27 18:33:43
maintainer
docs_urlNone
authorJonathan Guyer, Daniel Wheeler, & Jim Warren
requires_python
licenseNIST Public Domain
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
FiPy is an object oriented, partial differential equation (PDE) solver,
written in Python, based on a standard finite volume (FV) approach.  This
combination provides a tool that is extensible, powerful and freely
available.  A significant advantage to Python is the existing suite of
tools for array calculations, sparse matrices and data rendering.

The FiPy framework includes terms for transient diffusion, convection and
standard sources, enabling the solution of arbitrary combinations of
coupled elliptic, hyperbolic and parabolic PDEs.  Currently implemented
models include phase field treatments of polycrystalline, dendritic, and
electrochemical phase transformations, as well as drug eluting stents,
reactive wetting, photovoltaics and a level set treatment of the
electrodeposition process.

            

Raw data

            {
    "_id": null,
    "home_page": "http://www.ctcms.nist.gov/fipy/",
    "name": "FiPy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Jonathan Guyer, Daniel Wheeler, & Jim Warren",
    "author_email": "fipy@list.nist.gov",
    "download_url": "https://files.pythonhosted.org/packages/e6/d8/78b9646a39ead603f1271c82a598478ec109926daa97ac94fd4f536d0d1f/FiPy-3.4.4.tar.gz",
    "platform": null,
    "description": "\nFiPy is an object oriented, partial differential equation (PDE) solver,\nwritten in Python, based on a standard finite volume (FV) approach.  This\ncombination provides a tool that is extensible, powerful and freely\navailable.  A significant advantage to Python is the existing suite of\ntools for array calculations, sparse matrices and data rendering.\n\nThe FiPy framework includes terms for transient diffusion, convection and\nstandard sources, enabling the solution of arbitrary combinations of\ncoupled elliptic, hyperbolic and parabolic PDEs.  Currently implemented\nmodels include phase field treatments of polycrystalline, dendritic, and\nelectrochemical phase transformations, as well as drug eluting stents,\nreactive wetting, photovoltaics and a level set treatment of the\nelectrodeposition process.\n",
    "bugtrack_url": null,
    "license": "NIST Public Domain",
    "summary": "A finite volume PDE solver in Python",
    "version": "3.4.4",
    "project_urls": {
        "Download": "https://github.com/usnistgov/fipy/archive/3.4.4.zip",
        "Homepage": "http://www.ctcms.nist.gov/fipy/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c9035015c5e45573144c8c05fc4ce559316205b128eb32fa8126f16f6deb6ea",
                "md5": "00342bc2c44e45a851ccba666a6369d8",
                "sha256": "6fc0cdd9a76818c83ddb2b94a7d4d0f6fafda740e95310c2575263b2db911f65"
            },
            "downloads": -1,
            "filename": "FiPy-3.4.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "00342bc2c44e45a851ccba666a6369d8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 443571,
            "upload_time": "2023-06-27T18:33:41",
            "upload_time_iso_8601": "2023-06-27T18:33:41.468976Z",
            "url": "https://files.pythonhosted.org/packages/3c/90/35015c5e45573144c8c05fc4ce559316205b128eb32fa8126f16f6deb6ea/FiPy-3.4.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e6d878b9646a39ead603f1271c82a598478ec109926daa97ac94fd4f536d0d1f",
                "md5": "7ed0625d895dda4ac5dfd34d5719c7dd",
                "sha256": "b69f84643d345dbf8a3a358757719c182b19ee3403c5e17e44457babbf561b7d"
            },
            "downloads": -1,
            "filename": "FiPy-3.4.4.tar.gz",
            "has_sig": false,
            "md5_digest": "7ed0625d895dda4ac5dfd34d5719c7dd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 754406,
            "upload_time": "2023-06-27T18:33:43",
            "upload_time_iso_8601": "2023-06-27T18:33:43.789219Z",
            "url": "https://files.pythonhosted.org/packages/e6/d8/78b9646a39ead603f1271c82a598478ec109926daa97ac94fd4f536d0d1f/FiPy-3.4.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-27 18:33:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "usnistgov",
    "github_project": "fipy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "fipy"
}
        
Elapsed time: 0.08708s