{ "info": { "author": "Qiao Chen", "author_email": "qiao.chen@stonybrook.edu", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Science/Research", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3.5", "Topic :: Scientific/Engineering", "Topic :: Software Development" ], "description": "Simple Finite Element Solvers\n=============================\n\n.. image:: https://img.shields.io/pypi/v/fesol.svg?branch=master\n :target: https://pypi.org/project/fesol/\n\n.. _FEniCS: https://fenicsproject.org/\n\nThis repository contains a simple heat equation solver that is built on top of\n`FEniCS`_ framework.\n\nNotice that this solver has been tested on `FEniCS`_ 2017.1 and 2018.1. Direct\ninstallation from Ubuntu PPA should work.\n\nInstallation and Requirements\n-----------------------------\n\nFirst install FEniCS, the simplest way is to use a Ubuntu environment (you\ncan use Ubuntu through Docker).\n\n.. code:: console\n\n $ sudo add-apt-repository ppa:fenics-packages/fenics\n $ sudo apt-get update && sudo apt-get install fenics\n\nIf this is not feasible, please refer to `FEniCS`_ website for other options.\n\nOnce you have `FEniCS`_ installed, ``fesol`` can be installed through ``pip``.\n\n.. code:: console\n\n $ pip3 install fesol --user\n\nOr you can directly install from the repository.\n\n.. code:: console\n\n $ git clone https://QiaoC@bitbucket.org/QiaoC/fesol.git\n $ python3 setup.py install --user\n\n# License\n\nMIT License, Copyright (c) 2018 Qiao Chen", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/QiaoC/fesol", "keywords": "Math", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "fesol", "package_url": "https://pypi.org/project/fesol/", "platform": "", "project_url": "https://pypi.org/project/fesol/", "project_urls": { "Homepage": "https://bitbucket.org/QiaoC/fesol" }, "release_url": "https://pypi.org/project/fesol/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Simple Finite Element Solvers", "version": "0.1.1" }, "last_serial": 4239630, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "9cfc207631d62a61e108f8df2a9bd002", "sha256": "f7f00e41b878d8e3ad469a9f25d254c48a569b58a78554d134e8a534697c1ea2" }, "downloads": -1, "filename": "fesol-0.1.1.tar.gz", "has_sig": false, "md5_digest": "9cfc207631d62a61e108f8df2a9bd002", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7826, "upload_time": "2018-09-05T02:05:44", "url": "https://files.pythonhosted.org/packages/55/67/d7b26478fdc917fb1c3844e0ee12067f3e59d45d24a0f1cb1e2ad28a1332/fesol-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9cfc207631d62a61e108f8df2a9bd002", "sha256": "f7f00e41b878d8e3ad469a9f25d254c48a569b58a78554d134e8a534697c1ea2" }, "downloads": -1, "filename": "fesol-0.1.1.tar.gz", "has_sig": false, "md5_digest": "9cfc207631d62a61e108f8df2a9bd002", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7826, "upload_time": "2018-09-05T02:05:44", "url": "https://files.pythonhosted.org/packages/55/67/d7b26478fdc917fb1c3844e0ee12067f3e59d45d24a0f1cb1e2ad28a1332/fesol-0.1.1.tar.gz" } ] }