Metadata-Version: 2.0
Name: pyinduct
Version: 0.4.0
Summary: The aim of this project is to provide a toolbox to automate the backstepping based design of controllers for boundary actuated infinite dimensional systems.
Home-page: https://github.com/cklb/pyinduct/
Author: Stefan Ecklebe, Marcus Riesmeier
Author-email: stefan.ecklebe@tu-dresden.de, marcus.riesmeier@tu-dresden.de
License: GPL v3
Keywords: pyinduct
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: numpy (>=1.10.2)
Requires-Dist: scipy (>=0.16.1)
Requires-Dist: sympy (>=0.7.6.1)
Requires-Dist: wheel (>=0.23.0)
Requires-Dist: pyqtgraph (>=pyqtgraph-0.9.10-179-g9d64b26)
Requires-Dist: PyOpenGL (>=3.1.0)
Requires-Dist: matplotlib (>=1.5.0)

========
PyInduct
========

.. image:: https://img.shields.io/travis/cklb/pyinduct.svg
        :target: https://travis-ci.org/cklb/pyinduct

.. image:: https://img.shields.io/pypi/v/pyinduct.svg
        :target: https://pypi.python.org/pypi/pyinduct


This project provides a python toolbox for simulation and control design of infinite dimensional systems.

* Free software: GPL v3.0
* Documentation: https://pyinduct.readthedocs.org.

Features
--------

* easy simulation of underlying systems using ready-to-go FEM implementations or custom modal approximations
* predefined eigenfunctions for parabolic problems up to 2nd order
* automated controller approximation based on individual shape-functions
* powerful visualization methods for verification




History
-------

0.1.0 (2015-01-15)
---------------------

* First Code

0.2.0 (2015-07-10)
---------------------

* Version 0.2

0.3.0 (2016-01-01)
---------------------

* Version 0.3


