Skip to content

Commit

Permalink
Merge pull request #41 from praksharma/development
Browse files Browse the repository at this point in the history
Vector UML diagrams uploaded
  • Loading branch information
praksharma authored Feb 1, 2024
2 parents 82f14ae + 738c547 commit 6fdc3c5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,12 @@ prakhars962/deepinn <none> fe16ca34f9d9 About an hour ago 6.8GB
The only solution is to delete them one by one using the IMAGE_ID.
```sh
docker image rm -f IMAGE_ID
```

### UML diagram
The UML diagram is generated using `pyreverse`. This provides an overview of the codebase.

```sh
cd UML\ diagrams
pyreverse -o pdf ../DeepINN/
```
Binary file added UML diagrams/classes.pdf
Binary file not shown.
Binary file added UML diagrams/packages.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Last work : `DeepINN/constraint/gradients.py`
## Constraints
- [X] Implement the prescribed BC part in constraint/ boundary_loss dirichletBC.
- [X] Implement PDE loss constraint.
- [ ] Implement gradients.
- [x] Implement gradients.
- [ ] Implement lazy evaluation of gradients.
- [ ] Implement more constrainst.
- [ ] Implement more constraint.

## Architectures
- [x] Implement fully connected NN.
Expand All @@ -27,7 +27,7 @@ Last work : `DeepINN/constraint/gradients.py`
- [x] Basic geometry tutorials.
- [x] Constraints tutorials.
- [ ] Add template PDE in constraint directory.
- [ ] There is some problem with FCNN tutorial. probably the feature scaling isn't working.
- [x] There was some problem with FCNN tutorial. It was incorrect PDE.

## Misc
- [x] Migrate to JupyterBooks.
Expand Down

0 comments on commit 6fdc3c5

Please sign in to comment.