Metadata-Version: 2.1
Name: multidim_galerkin_pod
Version: 1.1.3
Summary: helper/core functions for Galerkin POD in multiple dimensions
Home-page: https://github.com/highlando/spacetime_galerkin_pod
Author: Jan Heiland
Author-email: jnhlnd@gmail.com
Maintainer: Jan Heiland
Maintainer-email: jnhlnd@gmail.com
License: GPLv3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
License-File: AUTHORS
Requires-Dist: setuptools
Requires-Dist: pbr
Requires-Dist: rich
Requires-Dist: scikit-sparse
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: sadptprj-riclyap-adi

Multidimensional Galerkin POD
---

Repository of helper and core functions for multidimensional Galerkin POD reduction.

The basic functionalities relies on

 * tensors as multidimensional arrays
 * higher-order SVD (HOSVD)
 * consideration of mass matrices (to be inline with underlying function spaces
   and Galerkin projections in a suitable inner product)

