Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.2%) to scientific vocabulary
Keywords
Repository
L2-optimal interpolation experiments
Basic Info
Statistics
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Topics
Metadata Files
README.md
Code for Numerical Experiments in "A Unifying Framework for Interpolatory $\mathcal{L}_2$-optimal Reduced-order Modeling"
This repository contains code for numerical experiments reported in
P. Mlinarić, S. Gugercin, A Unifying Framework for Interpolatory $\mathcal{L}_2$-optimal Reduced-order Modeling, arXiv preprint, 2022
Installation
To run the examples, at least Python 3.8 is needed (the code was tested using Python 3.8.12).
The necessary packages are listed in requirements.txt.
They can be installed in a virtual environment by, e.g.,
bash
python3 -m venv .venv
source .venv/bin/activate
pip install -U pip setuptools wheel
pip install -r requirements.txt
Running the Experiments
The experiments are given as runme_*.py scripts.
They can be opened as Jupyter notebooks via
jupytext
(included when installing via requirements.txt).
Author
Petar Mlinarić:
- affiliation: Virginia Tech
- email: mlinaric@vt.edu
- ORCiD: 0000-0002-9437-7698
License
The code is published under the MIT license. See LICENSE.
Owner
- Name: Petar Mlinarić
- Login: pmli
- Kind: user
- Location: Blacksburg, VA, USA
- Company: Virginia Tech
- Website: https://pmli.github.io/
- Twitter: PetarMlinaric
- Repositories: 12
- Profile: https://github.com/pmli
Applied math postdoc at Virginia Tech
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
preferred-citation:
type: unpublished
authors:
- family-names: "Mlinarić"
given-names: "Petar"
orcid: "https://orcid.org/0000-0002-9437-7698"
- family-names: "Gugercin"
given-names: "Serkan"
orcid: "https://orcid.org/0000-0003-4564-5999"
doi: "10.48550/arXiv.2209.00714"
note: "arXiv preprint 2209.00714"
title: "A Unifying Framework for Interpolatory {$\\mathcal{L}_2$}-optimal Reduced-order Modeling"
year: 2022
GitHub Events
Total
Last Year
Dependencies
- PyOpenGL ==3.1.6
- PyQt5 ==5.15.7
- flake8 ==5.0.4
- flake8-docstrings ==1.6.0
- ipywidgets ==8.0.1
- jupytext ==1.14.1
- matplotlib ==3.5.3
- notebook ==6.4.12
- numpy ==1.23.2
- pymor ==2022.1.1
- scipy ==1.9.1