Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vector UML diagrams uploaded #41

Merged
merged 3 commits into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading