How can I use pdepe to solve a PDE with an integral boundary condition?

I would like to solve a PDE of the form
du(x,t)/dt = - du/dx - u
with the boundary condition
u(0,t) = int(u(x,t),x0,xf).
Since the usual @bcfun does not have argument u, is this boundary condition possible? If so, how would I formulate it?
Thanks in advance for any help.

回答 (2 件)

Youssef  Khmou
Youssef Khmou 2013 年 9 月 27 日

0 投票

why not solve, first, for u(0,t) for known x0 and xf, using integral or quad or trapz next follow the routine ?

1 件のコメント

Jessica
Jessica 2013 年 9 月 28 日
Thanks for the suggestion, Youssef. If I were writing my own PDE solver, I'm sure that I would follow such a scheme. However, I would like to use the PDE solver that is built in to Matlab, pdepe.

サインインしてコメントする。

質問済み:

2013 年 9 月 27 日

回答済み:

2013 年 9 月 28 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by