Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
voloddia opened this issue May 24, 2024 · 3 comments
Open

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

voloddia opened this issue May 24, 2024 · 3 comments

Comments

@voloddia
Copy link

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?

@voloddia voloddia changed the title Boundary conditions as input for branch net in PI DeepONet Boundary condition as input for branch net in PI DeepONet May 24, 2024
@lululxvi
Copy link
Owner

See Advection equation example

@xiaofan1230
Copy link

See Advection equation example

Hi Dr. Lu, I want to know if the advection_aligned_pideeponet_2d example solves the following PDE:
∂u/∂t + ∂u/∂x = 0
The initial condition is:
u(x,0) = sin(2πx)
Thank you!

@voloddia
Copy link
Author

See Advection equation example

I see an additional variable v is used for IC. I'll try the same approach with BC.
Thank you, Professor Lu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants