Skip to content

Commit

Permalink
Merge pull request #44 from festim-dev/festim-1.1
Browse files Browse the repository at this point in the history
Update for FESTIM>1
  • Loading branch information
RemDelaporteMathurin authored Jan 8, 2024
2 parents d7b0a89 + 1517c2e commit 1fe8cef
Show file tree
Hide file tree
Showing 6 changed files with 159 additions and 113 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ RUN mamba install -c conda-forge fenics

RUN apt-get update && apt-get install -y libgl1

RUN pip install festim==0.11.1 matplotlib meshio[all] ipykernel h-transport-materials==0.12.7 numpy==1.24
RUN pip install festim==1.1.1 matplotlib meshio[all] ipykernel h-transport-materials==0.12.7 numpy==1.24
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- matplotlib==3.7.1
- pip>=20.1
- pip:
- festim==0.11.1
- festim==1.1.1
- matplotlib==3.7.1
- meshio[all]
- pyparsing
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
festim==0.11.1
festim==1.1.1
matplotlib==3.7.1
meshio[all]
pyparsing
Expand Down
107 changes: 71 additions & 36 deletions tasks/task1.ipynb

Large diffs are not rendered by default.

89 changes: 53 additions & 36 deletions tasks/task4.ipynb

Large diffs are not rendered by default.

70 changes: 32 additions & 38 deletions tasks/task5.ipynb

Large diffs are not rendered by default.

0 comments on commit 1fe8cef

Please sign in to comment.