-
Notifications
You must be signed in to change notification settings - Fork 169
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
GCNGalerkin+PINO论文复现 #566
GCNGalerkin+PINO论文复现 #566
Conversation
Thanks for your contribution! |
❌ The PR is not created using PR's template. You can refer to this Demo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to fix
另外如果review的改完了,可以点一下resolved |
# 3. 业内方案调研 | ||
## 3.1 解决的问题 | ||
本项目基于嵌入物理信息的图神经网络求解偏微分方程,方程主要以以下形式出现: | ||
$$ \nabla \cdot F(u, \nabla u; \boldsymbol\mu) = S(u, \nabla u; \boldsymbol\mu) \: in \: \Omega $$ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
删除多余文件 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete useless files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我理解,没用到2d.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2d.py和3d.py都被用到了
jointContribution/PINO/PINO_paddle/configs/finetune/Darcy-finetune.yaml
Outdated
Show resolved
Hide resolved
辛苦大佬提交代码~
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
paddle.seed(1334) | ||
from random import sample | ||
|
||
sys.path.insert(0, 'pycamotk') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个文件放demo0下面之后,这样添加路径是调不到pycamotk的
from pyCaMOtk.solve_fem import solve_fem | ||
from pyCaMOtk.visualize_fem import visualize_fem | ||
|
||
sys.path.insert(0, 'source') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
同上
可能是没有安装 pre-commit导致 |
hi, @zlynna
|
* add submodule as a git submodule * pre commit * change the md file * md file * review * delete useless file * delete useless file * change the files according to the review * change graphGalerkin * change graphGalerkin * graphGalerkin * update1 --------- Co-authored-by: lijialin03 <[email protected]>
PR types
Others
PR changes
Others
Describe
论文题目:
Physics-informed graph neural Galerkin networks: A unified framework for solving PDE-governed forward and inverse problems