Metadata-Version: 2.1
Name: pydmd
Version: 0.4.0.post2207
Summary: Python Dynamic Mode Decomposition.
Home-page: https://github.com/mathLab/PyDMD
Author: Nicola Demo, Marco Tezzele, Francesco Andreuzzi
Author-email: demo.nicola@gmail.com, marcotez@gmail.com, andreuzzi.francesco@gmail.com
License: MIT
Keywords: dynamic-mode-decomposition dmd mrdmd fbdmd cdmd
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Mathematics
Provides-Extra: docs
Provides-Extra: test
License-File: LICENSE.rst

PyDMD is a Python package that uses Dynamic Mode Decomposition for a data-driven model simplification based on spatiotemporal coherent structures.

Dynamic Mode Decomposition (DMD) is a model reduction algorithm developed by Schmid (see 'Dynamic mode decomposition of numerical and experimental data').  Since then has emerged as a powerful tool for analyzing the dynamics of nonlinear systems. DMD relies only on the high-fidelity measurements, like experimental data and numerical simulations, so it is an equation-free algorithm. Its popularity is also due to the fact that it does not make any assumptions about the underlying system. See Kutz ('Dynamic Mode Decomposition: Data-Driven Modeling of Complex Systems') for a comprehensive overview of the algorithm and its connections to the Koopman-operator analysis, initiated in Koopman ('Hamiltonian systems and transformation in Hilbert space'), along with examples in computational fluid dynamics.

In the last years many variants arose, such as multiresolution DMD, compressed DMD, forward backward DMD, and higher order DMD among others, in order to deal with noisy data, big dataset, or spurius data for example.

In PyDMD we implemented the majority of the variants mentioned above with a user friendly interface.

The research in the field is growing both in computational fluid dynamic and in structural mechanics, due to the equation-free nature of the model.
