Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 398 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 398 Bytes

pyMOR bindings for deal.II

This repository contains basic pyMOR binding for the deal.II Finite Element library.

Installation

A working deal.II installation is required. On Debian/Ubuntu, deal.II can be installed as follows:

sudo apt install libdeal.ii-dev

Install and run demo script:

python -m pip install -e .
python ./src/pymor_dealii/pymor/demo.py