https://github.com/pymor/2025_pymor_school
https://github.com/pymor/2025_pymor_school
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pymor/2025_pymor_school
- Owner: pymor
- Created: 2025-09-03T09:21:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-08T09:05:46.000Z (9 months ago)
- Last Synced: 2025-09-08T10:27:26.479Z (9 months ago)
- Language: Jupyter Notebook
- Size: 45.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Materials for pyMOR School 2025
This repository contains course material for the 2025 edition
of [pyMOR School](https://2025.school.pymor.org).
## Virtual environment
Tested on Linux:
```
uv venv -p 3.12
source .venv/bin/activate
uv pip install numpy
cd .venv/bin
ln -s f2py f2py3
cd ../..
uv pip install -r requirements.txt
```