-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dimensional analysis for inverse problems (#12)
* add dimensional analysis for elliptic inverse filed * add dimensional analysis for Brinkman Forchheimer Problem * add dimensional analysis for the example of diffusion_reaction_rate * add dimensional analysis for two example of diffusion reaction
- Loading branch information
1 parent
9e29fed
commit 6784f42
Showing
15 changed files
with
2,782 additions
and
215 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
PINN Inverse Examples | ||
===================== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
unit-examples-forward/elliptic_inverse_filed.ipynb | ||
unit-examples-forward/brinkman_forchheimer.ipynb | ||
unit-examples-forward/diffusion_reaction_rate.ipynb | ||
unit-examples-forward/reaction_inverse.ipynb | ||
unit-examples-forward/diffusion_1d_inverse.ipynb | ||
|
||
|
Oops, something went wrong.