lululxvi / deepxde

A library for scientific machine learning and physics-informed learning
https://deepxde.readthedocs.io
GNU Lesser General Public License v2.1
2.47k stars 712 forks source link

May I use the function like PointSetBc in physics-informed deeponet to feed some data for the model? #1675

Open ZPLai opened 3 months ago

ZPLai commented 3 months ago

Dear community, Data-driven and physics-informed versions of deeponet may be used in different fields with their unique merits. In my reseach, I have some data as well as some physics (PDE), so I want to use them simultaneously in deeponet. Herein, my data is randonly distributed in 3D space not at the boundary of the problem domain. So have can I feed these data for deeponet, while use the pde as well?

lululxvi commented 2 months ago

This is not supported yet. DeepXDE code needs to be modified.