You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Can Pydens handle the PDE with more than 2 boundary conditions?
In the parametric heat-equation example, would you please show me how to change the boundary condition to:
case 1:
u(x,y,t=0)=1000
u(x=0, y=0, t)=200
case 2:
u(x,y,t=0)=1000
u(x=0, y=0, t)=200
u(xe,0)=u(-xe,0)=u(0,ye)=u(ye,0)=1000 (e represents edge, which indicates all boundaries have same value)
The text was updated successfully, but these errors were encountered:
Hi,
Can Pydens handle the PDE with more than 2 boundary conditions?
In the parametric heat-equation example, would you please show me how to change the boundary condition to:
case 1:
u(x,y,t=0)=1000
u(x=0, y=0, t)=200
case 2:
u(x,y,t=0)=1000
u(x=0, y=0, t)=200
u(xe,0)=u(-xe,0)=u(0,ye)=u(ye,0)=1000 (e represents edge, which indicates all boundaries have same value)
The text was updated successfully, but these errors were encountered: