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

A Resolution Problem for 2D Darcy Problem #39

Open
MaggieKii opened this issue Dec 12, 2024 · 1 comment
Open

A Resolution Problem for 2D Darcy Problem #39

MaggieKii opened this issue Dec 12, 2024 · 1 comment

Comments

@MaggieKii
Copy link

Thank you very much for providing the paper and code regarding to PINO. I noticed in your paper that data and physical information can be sampled at different resolutions, and that physical information can be sampled at a higher resolution. However, in the train_2d file in the code, the train_2d_operator, data loss (myloss) and PDE loss (darcy_loss) both use the same pred, which may cause them to use the same grid precision. It may be necessary to redefine the pred used in darcy_loss.

Additionally, x and y are not directly given in the code, and I assume they need to be replaced with data_ic and u.

@leelele-cug
Copy link

Same questions, hope the author can answer it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants