Hi,
I am working on a simulation where I need to couple two pdes. The first one is a pde on the entire domain like this
∂h/∂t=F(h,T)
where T is solved from the second pde on domain h>h0
∂T/∂t=G(h,T)
How can I solve these two coupled pdes with different domains?
I am working on a simulation where I need to couple two pdes. The first one is a pde on the entire domain like this
∂h/∂t=F(h,T)
where T is solved from the second pde on domain h>h0
∂T/∂t=G(h,T)
How can I solve these two coupled pdes with different domains?