PINNs energy method #1713
Unanswered
HumbertHumbert7
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m trying to use deepxde for pinns in the variational formulation. I started with a veruly trivial case: the potential energy of a beam under a distributed load that is just the integral between 0 and 1 of w_xx2 minus the integral of q*w, where w is the unknown displacement and q the distributed load. I have computed the integral with tf.reduce_sum(w_xx2-q*x,axis=1) and I have use in the pde definition, instead of the strong form. The problem is that I always obtain zero displacement. How can I avoid this?
Beta Was this translation helpful? Give feedback.
All reactions