Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .binder/.env

This file was deleted.

42 changes: 0 additions & 42 deletions .binder/Dockerfile

This file was deleted.

42 changes: 0 additions & 42 deletions .binder/Dockerfile.in

This file was deleted.

5 changes: 0 additions & 5 deletions .binder/dev-entrypoint.bash

This file was deleted.

78 changes: 0 additions & 78 deletions .binder/docker-compose.yml

This file was deleted.

56 changes: 0 additions & 56 deletions Makefile

This file was deleted.

32 changes: 9 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,15 @@
Requirements
============
# pyMOR bindings for deal.II

`deal.II` with development headers

Usage
=====
This repository contains basic pyMOR binding for the [deal.II](https://dealii.org) Finite Element library.

## Installation
A working deal.II installation is required. On Debian/Ubuntu, deal.II can be installed as follows:
```
git clone --recurse-submodules https://github.com/pymor/pymor-deal.II
cd pymor-deal.II
python -m pip install pymor
python -m pip install -e .
python test/demo.py
sudo apt install libdeal.ii-dev
```


Development notes
=================

We have a `pre-commit` config that is also run/checked in CI.
Python source is formatted with `black`.
C++ source is formatted with `clang-format`.

Dependencies for running the test suite can be installed with

Install and run demo script:
```
python -m pip install -e .
python ./src/pymor_dealii/pymor/demo.py
```
python -m pip install -r ./.ci/requirements-ci.txt
```
Loading