{ "info": { "author": "Marek Wojciechowski", "author_email": "mwojc@p.lodz.pl", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Programming Language :: C", "Programming Language :: C++", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Scientific/Engineering" ], "description": "## Welcome to fempy!\nFempy is a pure python cross platform package for solving systems of PDEs by finite element method. It provides abstractions for dealing with discretized domains, fields on these domains, weak forms constructed with the fields and for solving the resulting systems of equations. Linear, non linear and time dependent problems can be solved with fempy.\n\n## Installation\nBest way to install fempy is by using `pip`:\n```\npip install -U fempy\n```\nThe only dependencies required are numpy and scipy. However for automatic meshing and preview of results you will need also [gmsh](https://gmsh.info/) executable in your path. You may choose to install it with `pip` as well:\n```\npip install -U gmsh-sdk\n```\n\n## Testing\nRun all tests by:\n```\npython -m fempy.tests.runtests\n```\nYou can also specify subpackages, e.g:\n```\npython -m fempy.tests.runtests domain\n```\nExamples can be executed similarely as:\n```\npython -m fempy.examples.elastic\n```\nNote, that most examples need gmsh and a running display.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://fempy.org", "keywords": "FEM, fem, finite element method", "license": "LGPL-3", "maintainer": "", "maintainer_email": "", "name": "fempy", "package_url": "https://pypi.org/project/fempy/", "platform": "Posix", "project_url": "https://pypi.org/project/fempy/", "project_urls": { "Homepage": "http://fempy.org" }, "release_url": "https://pypi.org/project/fempy/0.3.1/", "requires_dist": null, "requires_python": "", "summary": "Finite element method in python", "version": "0.3.1" }, "last_serial": 4571555, "releases": { "0.3.1": [ { "comment_text": "", "digests": { "md5": "2bdbbbed31f1419843a52a6edaa7d434", "sha256": "60d5395dd0997dd034adab56ed5a52f26ce1f8346abd5fe724f03889407516b7" }, "downloads": -1, "filename": "fempy-0.3.1.tar.gz", "has_sig": false, "md5_digest": "2bdbbbed31f1419843a52a6edaa7d434", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8525048, "upload_time": "2018-12-07T11:11:25", "url": "https://files.pythonhosted.org/packages/1e/f8/8ad71e02f7d4d1565822a6d6dd8e0e2938946590c909ac0dd17aec58cd53/fempy-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2bdbbbed31f1419843a52a6edaa7d434", "sha256": "60d5395dd0997dd034adab56ed5a52f26ce1f8346abd5fe724f03889407516b7" }, "downloads": -1, "filename": "fempy-0.3.1.tar.gz", "has_sig": false, "md5_digest": "2bdbbbed31f1419843a52a6edaa7d434", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8525048, "upload_time": "2018-12-07T11:11:25", "url": "https://files.pythonhosted.org/packages/1e/f8/8ad71e02f7d4d1565822a6d6dd8e0e2938946590c909ac0dd17aec58cd53/fempy-0.3.1.tar.gz" } ] }