Metadata-Version: 2.0
Name: pysofe
Version: 0.1.0
Summary: FEM library for solving PDEs in 1D, 2D and 3D
Home-page: https://github.com/pysofe/pysofe
Author: Andreas Kunze
Author-email: andreas.kunze@mailbox.tu-dresden.de
License: BSD
Platform: any
Classifier: Environment :: Console
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: numpy (>=1.10.4)
Requires-Dist: scipy (>=0.16.1)
Requires-Dist: matplotlib (>=1.5.0)
Requires-Dist: ipython
Provides-Extra: testing
Requires-Dist: pytest; extra == 'testing'
Provides-Extra: visualization
Requires-Dist: matplotlib (>=1.5.1); extra == 'visualization'

.. image:: https://travis-ci.org/pysofe/pysofe.svg?branch=master
    :target: https://travis-ci.org/pysofe/pysofe

.. image:: https://coveralls.io/repos/github/pysofe/pysofe/badge.svg?branch=master
   :target: https://coveralls.io/github/pysofe/pysofe?branch=master
   :alt: test coverage


About
=====

PySOFE is a Python software package for solving partial differential
equations in 1D, 2D, and 3D using the finite element method.

Installation
============

PySOFE is hosted at the Python Packaging Index so you can simply
install it by running::

   $ pip install pysofe

in a terminal. For further information please have a look at the
documentation.

Documentation
=============

The documentation can be found at
`readthedocs.org <https://pysofe.rtfd.io>`_.

License
=======

PySOFE is published under the BSD license.



