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

Definition of Helmholtz Equations #14

Open
QifengHu opened this issue Jun 26, 2024 · 1 comment
Open

Definition of Helmholtz Equations #14

QifengHu opened this issue Jun 26, 2024 · 1 comment

Comments

@QifengHu
Copy link

To whom it may concern,

I am trying to implement the Helmholtz problem in your paper. I tried many times in the basic PINNs, and the prediction is different from the publication, even in the lowest wave number case. After going through your partial code, I found that it might not be consistent with the definition of scalar problem parameters, k and sigma, as well as the source term, in the paper.
Screenshot from 2024-06-26 16-26-44
image

Could you please help me clarify the correct definition of the governing equation? The figure 9 is indeed an attractive picture that I want to explore. Thank you very much!

Best,
Qifeng

@benmoseley
Copy link
Owner

The exact problem class we used for the paper is here:
https://github.com/benmoseley/FBPINNs/blob/multilevel-paper/multilevel-paper/problems.py

Also the exact hyperparameters we used to train the PINNs in the paper are here: https://github.com/benmoseley/FBPINNs/blob/multilevel-paper/multilevel-paper/main.py

This should be all that is needed to reproduce our results

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