uom-project


Nameuom-project JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/AugustasMacijauskas/uom-project
SummaryRepository containing code and and other materials for my undergraduate project on numerical solutions to the Navier-Stokes equations at the University of Manchester.
upload_time2023-11-29 19:05:11
maintainer
docs_urlNone
authorAugustas Macijauskas
requires_python>=3.10
licenseApache Software License 2.0
keywords nbdev jupyter notebook python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # uom-project

Repository containing code and and other materials for my undergraduate project on numerical solutions to the Navier-Stokes equations at the University of Manchester.


# Note

Many of these codes were written abruptly and for one time use only, so it can (and probably will) be hard to read, but (at least most of them) should run smoothly by just executing the cells in the notebooks one after the other.


# Useful links

1. Original materials created by the author of the book that I read Edward J. Hinch to supplement the book (and more) can be found [here](http://www.damtp.cam.ac.uk/user/hinch/teaching/CMIFM_Handouts/).
2. The codes in this repository make heavy use of [SciPy](https://scipy.org/).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/AugustasMacijauskas/uom-project",
    "name": "uom-project",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "nbdev jupyter notebook python",
    "author": "Augustas Macijauskas",
    "author_email": "august.macijauskas@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4e/94/9fb741ab6b0ce1182c3ba084752dc837af6d917db05d1f190119a74a9759/uom-project-0.0.5.tar.gz",
    "platform": null,
    "description": "# uom-project\n\nRepository containing code and and other materials for my undergraduate project on numerical solutions to the Navier-Stokes equations at the University of Manchester.\n\n\n# Note\n\nMany of these codes were written abruptly and for one time use only, so it can (and probably will) be hard to read, but (at least most of them) should run smoothly by just executing the cells in the notebooks one after the other.\n\n\n# Useful links\n\n1. Original materials created by the author of the book that I read Edward J. Hinch to supplement the book (and more) can be found [here](http://www.damtp.cam.ac.uk/user/hinch/teaching/CMIFM_Handouts/).\n2. The codes in this repository make heavy use of [SciPy](https://scipy.org/).\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "Repository containing code and and other materials for my undergraduate project on numerical solutions to the Navier-Stokes equations at the University of Manchester.",
    "version": "0.0.5",
    "project_urls": {
        "Homepage": "https://github.com/AugustasMacijauskas/uom-project"
    },
    "split_keywords": [
        "nbdev",
        "jupyter",
        "notebook",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2d561a0efdf3b404883ea041a4c7d91f439c70da953718d46bdbb6947f5ad8d",
                "md5": "693fa1ff1dd7df771a8c532b92bf3fc3",
                "sha256": "1101a22515a3353ecdbf6a4721cbc0ef5c26479ec1255e56fd5063bdb6aeb6d0"
            },
            "downloads": -1,
            "filename": "uom_project-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "693fa1ff1dd7df771a8c532b92bf3fc3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 18725,
            "upload_time": "2023-11-29T19:05:10",
            "upload_time_iso_8601": "2023-11-29T19:05:10.116893Z",
            "url": "https://files.pythonhosted.org/packages/c2/d5/61a0efdf3b404883ea041a4c7d91f439c70da953718d46bdbb6947f5ad8d/uom_project-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e949fb741ab6b0ce1182c3ba084752dc837af6d917db05d1f190119a74a9759",
                "md5": "eb55035668c08cb86742d17f41f1c49e",
                "sha256": "0776252710975a51abf37e60534c6e5f5e65cf5575c8e4a1c203bd3007bcc027"
            },
            "downloads": -1,
            "filename": "uom-project-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "eb55035668c08cb86742d17f41f1c49e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 15167,
            "upload_time": "2023-11-29T19:05:11",
            "upload_time_iso_8601": "2023-11-29T19:05:11.937272Z",
            "url": "https://files.pythonhosted.org/packages/4e/94/9fb741ab6b0ce1182c3ba084752dc837af6d917db05d1f190119a74a9759/uom-project-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-29 19:05:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AugustasMacijauskas",
    "github_project": "uom-project",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "uom-project"
}
        
Elapsed time: 0.27775s