How does the deepxde package solve a pde without training data? #1088
Unanswered
amiralizadeh1
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was looking into the examples provided, specially Allen-Cahn forward problem, I realized that the 'data' object contains only 'pde', 'geometry', and number of points on the boundary and domain. Then a model is built according to 'data' and 'net' objects.
My question is, how does DeepXDE solve the PDE without being provided with any training data?
Of course, there is a 'gen_testdata' function but this is only used for testing the model, not training it.
Beta Was this translation helpful? Give feedback.
All reactions