Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobEliasWagner committed Jan 13, 2024
1 parent 3fcd225 commit ff1173d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,24 @@

## Setup

### Sonic Crystal Data Set

To create the dataset, I recommend using the docker-container provided by the developers
of [Dolfinx](https://github.com/FEniCS/dolfinx):

```shell
docker create --name dolfinx dolfinx/dolfinx
```

With the [run_on_docker.py script](standalone/data/run_on_docker.py) datasets can be created.
For help:

```shell
python3 standalone/data/run_on_docker.py --help
```

### Running PINNs and PINOs

I recommend setting up a python venv.

Install the required packages and libraries
Expand Down
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
gmsh
numpy
matplotlib
fenics-basix
mpi4py

0 comments on commit ff1173d

Please sign in to comment.