We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hello,I am want to define a new PDE in your code, How can I reach my goal? Thanks for your time.
The text was updated successfully, but these errors were encountered:
You can refer to some examples in src/pde/poisson.py.
PINNacle/src/pde/poisson.py
Line 8 in 60fc2d9
baseclass.BasePDE
self.output_dim, self.bbox, self.geom
self.set_pdeloss(num=<the number of pdes>)
PINNacle/src/pde/baseclass.py
Line 104 in 60fc2d9
self.load_ref_data(...)
self.ref_sol=<reference function>
Feel free to ask if anything is not clear.
Sorry, something went wrong.
No branches or pull requests
hello,I am want to define a new PDE in your code, How can I reach my goal? Thanks for your time.
The text was updated successfully, but these errors were encountered: