Shaikha Alkhadhr

Results 26 comments of Shaikha Alkhadhr

I don't think it is the FDTD solution, because when I changed the PINN configuration to be as follows: ``` d = 2 #dimensions level = 3 #dataset level nx_train...

Here is the code. Please have look and feel free to try it and let me know. ``` import deepxde as dde from deepxde.backend import tf import numpy as np...

Hello @yuzew @sai-karthikeya-vemuri I’m sorry for the late reply. This project is still in the works, so we have not yet published the code. Is there any particular question/part of...

Thank you so much for your reply, @levimcclenny ! I actually tried it with modifications and it works great. I have some follow-ups that I'll post on the tensordiffeq page...

Thank you for the amazing library! Can you also consider adding these papers to the application section: [1] S. Alkhadhr and M. Almekkawy, “Wave Equation Modeling via Physics-Informed Neural Networks:...

Hi, I have a question about having the boundary conditions in terms of time. Is it possible to model: ``` Boundary conditions: u(0,t) = - sin(pi*t) u(-1,t) = u(+1,t) =...