Operator Inference for Quadratic Manifold Encodings
收藏NIAID Data Ecosystem2026-03-14 收录
下载链接:
https://zenodo.org/record/7126186
下载链接
链接失效反馈官方服务:
资源简介:
This is the code and data for the numerical results in our preprint
> Benner, Goyal, Heiland, Pontes: *A quadratic decoder approach to nonintrusive reduced-order modeling of nonlinear dynamical systems*
To reproduce the results and plots, unzip this repo, `cd` into it, and run
```sh
python runme.py
```
in an environment that comes with
* `python` (tested for version `3.8.10`)
* `numpy` (tested for version `1.19.5`, `1.23.3`)
* `scipy` (tested for version `1.5.2`, `1.9.1`)
* `matplotlib` (tested for version `3.3.2`, `3.6.0`)
本仓库包含我们预印本中数值结果对应的代码与数据
> Benner、Goyal、Heiland、Pontes:*《非线性动力学系统非侵入式降阶建模的二次解码器方法》*
若需复现实验结果与绘图,请解压本仓库,进入项目目录,并在满足以下依赖的运行环境中执行如下命令:
sh
python runme.py
运行环境需满足:
- Python(python)(已在3.8.10版本完成测试)
- NumPy(numpy)(已在1.19.5、1.23.3版本完成测试)
- SciPy(scipy)(已在1.5.2、1.9.1版本完成测试)
- Matplotlib(matplotlib)(已在3.3.2、3.6.0版本完成测试)
创建时间:
2022-10-03



