{ "info": { "author": "Waterloo Quantitative Consulting Group", "author_email": "dsteinmo@wqcg.ca", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3" ], "description": "# blitzdg\n\nblitzdg is an open-source project aiming to implement parallel discontinuous Galerkin (dg) solvers for common partial differential equations systems using blitz++ for array and tensor manipulations and MPI for distributed parallelism.\n\n\"shallow\n\nShallow Water Wave Example ```blitzdg``` output\n\n[![Build Status](https://travis-ci.org/dsteinmo/blitzdg.svg?branch=master)](https://travis-ci.org/WQCG/blitzdg) [![Coverage Status](https://coveralls.io/repos/github/WQCG/blitzdg/badge.svg?branch=master)](https://coveralls.io/github/WQCG/blitzdg?branch=master)\n\nSupport blitzdg: \"Donate\n\"\"\n\n\n## Getting Started\n\nBuild and development support has broadened from linux only to Mac OSX and Windows systems. Tested with GNU make (written to be cross-platform) and `g++` on linux/MinGW64, `c++` on Mac OSX Sierra. Our build system depends on the cross-platform `cmake` tooling for Makefile generation.\n\n1. `git clone https://github.com/dsteinmo/blitzdg.git`\n2. `cd blitzdg && ./pull-deps.sh`\n3. `cmake . && make && ./bin/advec1d` (This binary is a 1D advection equation solver.).\n4. Run unit tests with `make test`.\n\n### Running with Docker\n\nYou can also run the build and tests inside a docker (linux) container. The container is based on an ubuntu 18.04 image.\n\n1. `git clone https://github.com/dsteinmo/blitzdg.git && cd blitzdg`\n2. `docker build -t blitzdg .`\n3. `docker run -t blitzdg`\n\n## Dependencies\n\nSo far:\n\n* `cmake`\n* `blitz++`\n* `SuiteSparse (umfpack, cxsparse)`\n* `LAPACK`\n* `metis`\n* `boost`\n* `igloo` for BDD-style testing.\n* `vtk` for visualization in Paraview.\n* `boost-python` for experimental python bindings.\n\nDependency installation is outlined in `pull-deps.sh` (tested on Ubuntu and Mac OSX).\n\n### Windows\n\nThe Windows build is currently deprecated due to lack of MinGW support of libvtk.\n\n## Contributing\n\nWe accept pull requests from public forks, and we use pull requests as the primary delivery mechanism of any new code within the base repository.\n\nIf you add code, please write tests using the igloo testing framework that is included as a project dependency. Your code additions will be subject to peer review and will be run through our Travis-CI continuous integration process.\n\nInterested developers should consult the [Guidelines for Contributing](https://github.com/WQCG/blitzdg/blob/master/CONTRIBUTING.md \"Contributing Markdown\") before getting started.\n\n## Maintainer\n\n* [Derek Steinmoeller](https://github.com/dsteinmo)\n\n## Lead Developers\n\n* [Derek Steinmoeller](https://github.com/dsteinmo)\n* [Killian Miller](https://github.com/k7miller)\n\n## Documentation\n\nWe actively maintain an interactive set of docs using Doxygen for end-user consumption.\n\nThe documentation is available on github pages at [https://wqcg.github.io/blitzdg](https://wqcg.github.io/blitzdg \"blitzdg Documentation\") and is kept synchronized with the master branch via automation.\n\n## License\n\nThis project is licensed under the [GNU Public License Version 3](https://www.gnu.org/licenses/gpl-3.0.en.html \"GPLv3 License\").\n\nOur license choice is driven by the desire to keep this project and any of its derivative works open-source for public consumption by developers, mathematicians, scientists, engineers, and anyone else who might be interested in this project.\n\n## Contact\n\nAny questions regarding the project may be addressed via email to the [project maintainer](mailto:dsteinmo@wqcg.ca).\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/WQCG/blitzdg", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pyblitzdg", "package_url": "https://pypi.org/project/pyblitzdg/", "platform": "linux_x86_64", "project_url": "https://pypi.org/project/pyblitzdg/", "project_urls": { "Homepage": "https://github.com/WQCG/blitzdg" }, "release_url": "https://pypi.org/project/pyblitzdg/0.1.6/", "requires_dist": null, "requires_python": "", "summary": "Discontinuous Galerkin Finite Element Library and Solvers", "version": "0.1.6" }, "last_serial": 5869805, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "81abc074b12ebd1f63dea8918be9789b", "sha256": "344523a0a0aee1f6c1f8f3b6e9a76c6ea0ad1b71f2e3b5253bd04735226a2a2c" }, "downloads": -1, "filename": "pyblitzdg-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "81abc074b12ebd1f63dea8918be9789b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7622723, "upload_time": "2019-07-07T00:40:23", "url": "https://files.pythonhosted.org/packages/76/25/24312f612879d93663b55462b3cd9caf3c1b766ccd60fa2e65bb3fe62012/pyblitzdg-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c6f2aca11ed667a3b668fba59aa81661", "sha256": "222bf816b55f680755ffd8e1c38918825a718f11d97970de7fd1b38b817249a7" }, "downloads": -1, "filename": "pyblitzdg-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c6f2aca11ed667a3b668fba59aa81661", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1599434, "upload_time": "2019-07-07T00:40:27", "url": "https://files.pythonhosted.org/packages/97/2a/d2d3c3fdf8628ad0d98533f47a7da08363f8b0b276ae8d36323d1c8efd80/pyblitzdg-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "beffc697f798e313839652554a3bce1c", "sha256": "ecaf7739cf54c3c0b26789f0d07d6b5d4eb9f50f4d569436ca80f2b3f0d7fe71" }, "downloads": -1, "filename": "pyblitzdg-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "beffc697f798e313839652554a3bce1c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1515531, "upload_time": "2019-07-07T02:16:36", "url": "https://files.pythonhosted.org/packages/a2/73/7c6611c973535973e273bfcabac8b7ebad8bf4dfb0ed3a75d6f80d2356aa/pyblitzdg-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5bd62b55cc9283f50014f15004504bd9", "sha256": "0940f7d8830cfb4486b0745fe77ed55b0a0b3b1c5a97134f5ca173a75a71713f" }, "downloads": -1, "filename": "pyblitzdg-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5bd62b55cc9283f50014f15004504bd9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1472553, "upload_time": "2019-07-07T02:16:42", "url": "https://files.pythonhosted.org/packages/3e/dd/2e81519a6b2519f1fb6b2a2c2cc5bdebafdceee0c8b9699564e1fffdd2d9/pyblitzdg-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "28d246ecfd1647f65ee2e0edbe1ab39a", "sha256": "df029b9e761170f825f2e04695c4c1f53d560490afe45c6b5825fd3a5637ccf2" }, "downloads": -1, "filename": "pyblitzdg-0.1.2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "28d246ecfd1647f65ee2e0edbe1ab39a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 15507778, "upload_time": "2019-07-30T15:07:11", "url": "https://files.pythonhosted.org/packages/e3/8d/16685b4849690257576fca1a91b8d74a3544abb610cb3539b660fa1d7a08/pyblitzdg-0.1.2-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "183ffaa3e909b88e446197c815823dea", "sha256": "87b797b9bbc1f0788a490f8d1c91a6459b6ad626e2b550388e8bb47e683adbf8" }, "downloads": -1, "filename": "pyblitzdg-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "183ffaa3e909b88e446197c815823dea", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3102733, "upload_time": "2019-07-08T00:31:00", "url": "https://files.pythonhosted.org/packages/a3/3e/d153362dbda3167607ced729d3ec2577a522ec8c40b2aa5a2064f48c6627/pyblitzdg-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "35b785de0810a155d974242e9434f9d0", "sha256": "c7d8a01c86f7902cd79d8c413b22cb5b69fb433ddcf19725ea956ac73bf7e877" }, "downloads": -1, "filename": "pyblitzdg-0.1.2.tar.gz", "has_sig": false, "md5_digest": "35b785de0810a155d974242e9434f9d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3023396, "upload_time": "2019-07-08T00:31:08", "url": "https://files.pythonhosted.org/packages/0c/98/65d5f8c8b727aab0e8e79e99b26d6af26154ea96aea11dc52480396d77ad/pyblitzdg-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "796c78e95949ebf884d5fc29f17f60cf", "sha256": "c890398483a24d5ca135944cac9a5d5114afa18e17f5e4b90d829f9d20e059c7" }, "downloads": -1, "filename": "pyblitzdg-0.1.3-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "796c78e95949ebf884d5fc29f17f60cf", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 15437494, "upload_time": "2019-07-30T15:35:33", "url": "https://files.pythonhosted.org/packages/26/d0/fb68e7cd9732c48ee8734ccbf138a7ea630f40d031495057f3b65c8ffa4a/pyblitzdg-0.1.3-cp36-cp36m-manylinux1_x86_64.whl" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "862c48a95f4eb625eb435f70cd5a62cc", "sha256": "007989e62606712bb1cb08af5e10a84b56c9abc6ebc525e142994d73f365555e" }, "downloads": -1, "filename": "pyblitzdg-0.1.4-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "862c48a95f4eb625eb435f70cd5a62cc", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 15560897, "upload_time": "2019-07-30T19:56:06", "url": "https://files.pythonhosted.org/packages/9b/40/77cc29d0d902abc40e079bf33b344155248edfe387797babb2c564ff0224/pyblitzdg-0.1.4-cp36-cp36m-manylinux1_x86_64.whl" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "ab2e29bac8f01dd9c238abd0681cd1b5", "sha256": "3e2e1a02f13eb1495e3d437d7f68f982c8dd0d38308ae0627d82b5c442ee6efd" }, "downloads": -1, "filename": "pyblitzdg-0.1.5-cp36-cp36m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "ab2e29bac8f01dd9c238abd0681cd1b5", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 15525821, "upload_time": "2019-08-01T13:59:45", "url": "https://files.pythonhosted.org/packages/16/79/9b5868c474464ab407ac79916fa6113de4ff7d9bacbfd5418d834e434809/pyblitzdg-0.1.5-cp36-cp36m-manylinux2010_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "c671c6245da913b54a188d6810047335", "sha256": "1a17c064cc9df2eaa24092f5c3c7887bcd67f7de08a0076ff2748516a41d8b6d" }, "downloads": -1, "filename": "pyblitzdg-0.1.5-cp37-cp37m-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "c671c6245da913b54a188d6810047335", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 19075271, "upload_time": "2019-09-22T17:43:29", "url": "https://files.pythonhosted.org/packages/4d/eb/1fa44663ed9c2d4b56bae6c1235a843ddff45aa3296ea09d765c17e9ab6e/pyblitzdg-0.1.5-cp37-cp37m-macosx_10_14_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "cac46e6bf32d708431fa3e667e0cd93c", "sha256": "29b9a62f011270e770ca1dc5e12dfd5d18c73dd6abb6f2ed1f0e539ea3575bcd" }, "downloads": -1, "filename": "pyblitzdg-0.1.5-cp37-cp37m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "cac46e6bf32d708431fa3e667e0cd93c", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 14483908, "upload_time": "2019-08-29T19:31:35", "url": "https://files.pythonhosted.org/packages/6f/d3/c6ab77f141cd6adc936dbe8160605b8b3d722039465be1f6149f6acd4fd0/pyblitzdg-0.1.5-cp37-cp37m-manylinux2010_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "2ac33440346121d02a152fc26ffb41cd", "sha256": "2ec24a20fb1f67aaeded3121dc7bbfd33067fdb4b7a23eca4980cafa8414eb9d" }, "downloads": -1, "filename": "pyblitzdg-0.1.5-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "2ac33440346121d02a152fc26ffb41cd", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 6028824, "upload_time": "2019-09-08T17:48:11", "url": "https://files.pythonhosted.org/packages/78/43/6e7d07de4a06f0d3da4b9b552f58f5ab1cf096c91efe105ae20dd9bf08ab/pyblitzdg-0.1.5-cp37-cp37m-win_amd64.whl" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "68ce3d12411ad1d0b155d4ea3e65a193", "sha256": "3b878f39a92683b96f25b11741d78911142b6c3e2af85fce4b5687d76c7ccc4f" }, "downloads": -1, "filename": "pyblitzdg-0.1.7-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "68ce3d12411ad1d0b155d4ea3e65a193", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 6253013, "upload_time": "2019-09-08T18:37:24", "url": "https://files.pythonhosted.org/packages/06/e9/0bf105a6b56cd0b5d6990968107bad3196b34703ceb6ce6e951f78a121ad/pyblitzdg-0.1.7-cp37-cp37m-win_amd64.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "68ce3d12411ad1d0b155d4ea3e65a193", "sha256": "3b878f39a92683b96f25b11741d78911142b6c3e2af85fce4b5687d76c7ccc4f" }, "downloads": -1, "filename": "pyblitzdg-0.1.7-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "68ce3d12411ad1d0b155d4ea3e65a193", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 6253013, "upload_time": "2019-09-08T18:37:24", "url": "https://files.pythonhosted.org/packages/06/e9/0bf105a6b56cd0b5d6990968107bad3196b34703ceb6ce6e951f78a121ad/pyblitzdg-0.1.7-cp37-cp37m-win_amd64.whl" } ] }