Raocp / PINN-elastodynamics

physics-informed neural network for elastodynamics problem
118 stars 37 forks source link

Where is the pretrained IC/BC DNN and distance function DNN? #7

Open 5huanghuai opened 1 year ago

5huanghuai commented 1 year ago

Hello, In the infinite wave field,I found that there are only one DNN to generate (u, v, ut, vt, s_11, s_12, s_22). there is no code that mean the pretrained IC/BC DNN or distance function DNN. And in the confined boundary, the model prediction (u, v, ut, vt, s_11, s_12, s22) only compute with $N^{(3)}:net{uv}$ and don't realted with $N^{(1)}:net{part}$ and $N^{(2)}:net{dist}$. But in the paper, i understand the model prediction should be the $N^{(3)}*N^{(2)} + N^{(1)}$.I don't know if it is right.
Best regards, Dong