Skip to content

Commit 5f581de

Browse files
authored
Merge pull request #32 from pymor/cleanup
Cleanup
2 parents ce0d35e + e65e59e commit 5f581de

File tree

7 files changed

+9
-247
lines changed

7 files changed

+9
-247
lines changed

.binder/.env

Lines changed: 0 additions & 1 deletion
This file was deleted.

.binder/Dockerfile

Lines changed: 0 additions & 42 deletions
This file was deleted.

.binder/Dockerfile.in

Lines changed: 0 additions & 42 deletions
This file was deleted.

.binder/dev-entrypoint.bash

Lines changed: 0 additions & 5 deletions
This file was deleted.

.binder/docker-compose.yml

Lines changed: 0 additions & 78 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 56 deletions
This file was deleted.

README.md

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,15 @@
1-
Requirements
2-
============
1+
# pyMOR bindings for deal.II
32

4-
`deal.II` with development headers
5-
6-
Usage
7-
=====
3+
This repository contains basic pyMOR binding for the [deal.II](https://dealii.org) Finite Element library.
84

5+
## Installation
6+
A working deal.II installation is required. On Debian/Ubuntu, deal.II can be installed as follows:
97
```
10-
git clone --recurse-submodules https://github.com/pymor/pymor-deal.II
11-
cd pymor-deal.II
12-
python -m pip install pymor
13-
python -m pip install -e .
14-
python test/demo.py
8+
sudo apt install libdeal.ii-dev
159
```
1610

17-
18-
Development notes
19-
=================
20-
21-
We have a `pre-commit` config that is also run/checked in CI.
22-
Python source is formatted with `black`.
23-
C++ source is formatted with `clang-format`.
24-
25-
Dependencies for running the test suite can be installed with
26-
11+
Install and run demo script:
12+
```
13+
python -m pip install -e .
14+
python ./src/pymor_dealii/pymor/demo.py
2715
```
28-
python -m pip install -r ./.ci/requirements-ci.txt
29-
```

0 commit comments

Comments
 (0)