Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.33 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.33 KB

Code for Numerical Experiments in "Snapshot-driven Rational Interpolation of Parametric Systems"

DOI

This repository contains code for numerical experiments reported in

Art J. R. Pelling, Karim Cherifi, Ion Victor Gosea, Ennes Sarradj Snapshot-driven Rational Interpolation of Parametric Systems, arXiv preprint, 2024

Installation

To run the examples and create the plots, Python 3.10 and virtualenv is needed.

The necessary packages are listed in requirements.txt. They can be installed in a virtual environment by, e.g.,

python3 -m virtualenv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

or by use of the Makefile with

make venv

Running the Experiments

The numerical examples from the paper are provided as example_*.py Python scripts. They can also be run with make by

make figures

which will create the virtual environment if necessary.

Author

Art J. R. Pelling:

  • affiliation: Technische Universität Berlin
  • email: [email protected]
  • ORCiD: 0000-0003-3228-6069

License

The code is published under the MIT license. See LICENSE.