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

【Hackathon 5th No.60】PhyGeoNet: Physics-Informed Geometry-Adaptive Convolutional Neural Networks for Solving Parameterized Steady-State PDEs on Irregular Domain #567

Closed
wants to merge 2 commits into from
Closed
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
23 changes: 23 additions & 0 deletions jointContribution/PhyGeoNet/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# PhyGeoNet: Physics-Informed Geometry-Adaptive Convolutional Neural Networks for Solving Parameterized Steady-State PDEs on Irregular Domain

## 参考

Physics-Informed Geometry-Adaptive Convolutional Neural Networks for Solving Steady-State Parametric PDEs on Irregular Domain

Han Gao, Luning Sun, Jian-Xun Wang

Paper: https://arxiv.org/abs/2004.13145

Code: https://github.com/Jianxun-Wang/phygeonet

## 步骤

1. conda create -n PhyGeoNet
2. conda activate PhyGeoNet
3. pip install -r requirements.txt
4. cd case0/
5. python case0_main.py
6. cd case2/
7. python case2_main.py
8. python case2_eval.py

Binary file not shown.
Binary file added jointContribution/PhyGeoNet/case0/Result/829T.pdf
Binary file not shown.
Binary file not shown.
Binary file added jointContribution/PhyGeoNet/case0/Result/858T.pdf
Binary file not shown.
Binary file not shown.
Binary file added jointContribution/PhyGeoNet/case0/Result/880T.pdf
Binary file not shown.
Binary file not shown.
Binary file added jointContribution/PhyGeoNet/case0/Result/902T.pdf
Binary file not shown.
Loading