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

Boundary condition as input for branch net in PI DeepONet #1752

Open voloddia opened 1 month ago

voloddia commented 1 month ago

Hi, I am solving a 1D heat conduction equation and I want to use one BC (time-dependent) as input for the branch net in PI DeepONet. In the demos, it seems that the function u must be inside pde. Does the current code allow to feed a BC into branch net?