Open LucasPa opened 3 years ago
The second does not include fxy as input:
sn.SciModel ([ x , y , vol, **fxy** ] , [J , T ] , "mse")
Thanks, that helps!
However it is not clear to me what is expect for vol_data, could you please me explain such that I can reproduce the example given in the article (I will then push this on the Github https://github.com/sciann/sciann-applications so other people could understand how to use vPINN with Sciann).
Best,
Lucas
Hi!
I'm still stuck here, could you please help me by explaining me how to define vol_data
?
Best,
Lucas
For those interested to run an example of vPINN, the Github repository https://github.com/ehsankharazmi/hp-VPINNs gives such example.
Hello, I am interested in the previous example using sciann. could you reproduce the example given in the article? Could you give me the python code for the variational form? My best
Hi!
I tried to use Sciann for variational PINN but without success. I tried to copy the example in the article (it seems to me that no example can be found on the Github). I first generated the grid:
And then copied the code of the article:
But the following error is raised when setting up the model:
Did I do something wrong? Is there a full example of use of vPINN available?
Best,
Lucas