{ "info": { "author": "Mirko Maelicke", "author_email": "mirko.maelicke@kit.edu", "bugtrack_url": null, "classifiers": [], "description": "Diffusion.py\n============\n\nThis package is used to calculate 2-dimensional diffusion on a regular grid with the initial conditions\ndefined in a png file. The border conditions are handeled by rolling over to the oposite edge and using the\nvalue specified there.\nThis module is the final state in a row of examples for solving the same problem. All examples, shifting the very\nfirst quick&dirty soultion over a function-based version to this version are published in the GIT-project:\n\nhttps://github.com/mmaelicke/diffusion.git\n\nThis module was programmed in order to illustrate proper programming for scientist using an easy to understand\nexample. It does neither claim to be performant nor comprehensive to solve diffusion problems.\nThe example was taken from the great book: High Performance Python by Micha Gorelick and Ian Ozsvald (O'Reilly).\n[Copyright 2014 Micha Gorelick and Ian Ozsvald, 978-1-449-36159-4].\n\n\nInstallation\n~~~~~~~~~~~~\n\nInstall this package using:\n\n.. code-block::bash\n\n pip install diffusion\n\n\n\nUsage\n~~~~~\n\nThere is a command line tool called `diffusion.py` that takes an image with the initial conditions as a first\nargument, The diffusion parameter D as a second argument, the time step per increment dt as third argument and\nthe total time steps to be simulated as fourth argument.\n\n.. code-block:: bash\n\n python diffusion.py image.png D dt iterations", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "CC BY-NC 4.0", "maintainer": "", "maintainer_email": "", "name": "diff2d", "package_url": "https://pypi.org/project/diff2d/", "platform": "", "project_url": "https://pypi.org/project/diff2d/", "project_urls": null, "release_url": "https://pypi.org/project/diff2d/0.1.8/", "requires_dist": null, "requires_python": "", "summary": "Module for calculating 2D Diffusion.", "version": "0.1.8" }, "last_serial": 3046749, "releases": { "0.1.5": [ { "comment_text": "", "digests": { "md5": "a551610397236f40c0ddad8b4e1105b1", "sha256": "132b1c59173d7a40854384394ef63cacd1906f2ce2838d88d09ceeeabd894742" }, "downloads": -1, "filename": "diff2d-0.1.5.tar.gz", "has_sig": false, "md5_digest": "a551610397236f40c0ddad8b4e1105b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3513, "upload_time": "2017-07-25T06:35:49", "url": "https://files.pythonhosted.org/packages/35/5f/ae107b7c2383fb98e9dbd9b28ffba6520589ac0fd090a521f4ca41e69b73/diff2d-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "f15e8879a65f72ba28a5d60ff750f049", "sha256": "0bc0b1b118a1c20e022d06b99338b091135bb0518fd07a2986c9114c037387b4" }, "downloads": -1, "filename": "diff2d-0.1.6.tar.gz", "has_sig": false, "md5_digest": "f15e8879a65f72ba28a5d60ff750f049", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3689, "upload_time": "2017-07-25T07:16:49", "url": "https://files.pythonhosted.org/packages/51/70/ea71db429e49eeb3d5108cf2a80eacd24fc757f61391f3ba3d5dcbb9501f/diff2d-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "433f5afb89fefd1fbef6b940a1a12701", "sha256": "2e78a3474fc87b4fa292e488ba4735feb7bfd5e3b57aa731d5c8fc4872df1e7c" }, "downloads": -1, "filename": "diff2d-0.1.7.tar.gz", "has_sig": false, "md5_digest": "433f5afb89fefd1fbef6b940a1a12701", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3855, "upload_time": "2017-07-25T07:39:48", "url": "https://files.pythonhosted.org/packages/5b/03/7bb8c96f92c8531421322f7a25f7abfdc6321caaebda3273ddf667bd97fb/diff2d-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "a4bd0f147267ec18e14744563b07dced", "sha256": "ca4c41349f24fd710dd2edc6fecd9d3437a9b8e992e4b52a01833fc63544d227" }, "downloads": -1, "filename": "diff2d-0.1.8.tar.gz", "has_sig": false, "md5_digest": "a4bd0f147267ec18e14744563b07dced", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4006, "upload_time": "2017-07-25T07:45:39", "url": "https://files.pythonhosted.org/packages/fd/09/5ecaf5feebeb378c10726b15bc0eaddda6fca123a126006369607eddb502/diff2d-0.1.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a4bd0f147267ec18e14744563b07dced", "sha256": "ca4c41349f24fd710dd2edc6fecd9d3437a9b8e992e4b52a01833fc63544d227" }, "downloads": -1, "filename": "diff2d-0.1.8.tar.gz", "has_sig": false, "md5_digest": "a4bd0f147267ec18e14744563b07dced", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4006, "upload_time": "2017-07-25T07:45:39", "url": "https://files.pythonhosted.org/packages/fd/09/5ecaf5feebeb378c10726b15bc0eaddda6fca123a126006369607eddb502/diff2d-0.1.8.tar.gz" } ] }