Skip to content

Commit

Permalink
readme and project updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kumiori committed Aug 2, 2024
1 parent b39f066 commit 96f13a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,19 @@ On a windows box:
docker run --rm -ti -v "C:/...":/home/numerix" -w /home/numerix kumiori3\numerix:stable-amd64
```

### Installation

To install the software, run DOLFINx through the aforementioned docker container and install the irrevolutions-package with

```python3 -m pip install .```

from the root of this repository


----

This code was initially conceived as a support for the teaching course MEC647,
(Complex) Crack Propagation in Brittle Materials, delivered to the students of the international
master programme, joint between École Polytechnique and ENSTA-Paristech throughout 2020-2022.
Hence the cryptic repository name.
(Complex) Crack Propagation in Brittle Materials, delivered to the students of the international master programme, joint between École Polytechnique and ENSTA-Paristech throughout 2020-2022.


### Acknowledgements
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ license = {file = "LICENSE"}

# Direct dependencies
dependencies = [
"fenics-dolfinx==0.7.*",
"pandas>=2.2",
"sympy",
"pytest",
Expand Down

0 comments on commit 96f13a8

Please sign in to comment.