Metadata-Version: 2.0
Name: parabolic
Version: 0.1.2
Summary: Time-steppers for parabolic PDEs
Home-page: https://github.com/nschloe/parabolic
Author: Nico Schlömer
Author-email: nico.schloemer@gmail.com
License: License :: OSI Approved :: MIT License
Download-URL: https://github.com/nschloe/parabolic/releases
Description-Content-Type: UNKNOWN
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pipdate

parabolic
=========

Time stepping method for parabolic problems.

|CircleCI| |codecov| |PyPi Version| |GitHub stars|

Testing
~~~~~~~

To run the tests, check out this repository and type

::

    pytest

License
~~~~~~~

parabolic is published under the MIT license. See the file LICENSE for
detailed information.

.. |CircleCI| image:: https://img.shields.io/circleci/project/github/nschloe/parabolic.svg
   :target: https://circleci.com/gh/nschloe/parabolic
.. |codecov| image:: https://img.shields.io/codecov/c/github/nschloe/parabolic.svg
   :target: https://codecov.io/gh/nschloe/parabolic
.. |PyPi Version| image:: https://img.shields.io/pypi/v/parabolic.svg
   :target: https://pypi.python.org/pypi/parabolic
.. |GitHub stars| image:: https://img.shields.io/github/stars/nschloe/parabolic.svg?style=social&label=Stars
   :target: https://github.com/nschloe/parabolic


