MATLAB: How to specify boundary conditions on subdomain borders using the Partial Differential Equation (PDE) Toolbox 1.0.13 (R2008b)

differentdifferentialdomainequationpartialPartial Differential Equation Toolboxpdepdetoolsubregions

The PDE Toolbox doesn't seem to allow me to specify boundary conditions for the borders that divide subdomains, only for the outer boundaries.

Best Answer

One should be able to specify boundary conditions on all external boundaries of any geometry.
For example, look at the “A scattering problem” example in the documentation. It has a Neumann condition at the outer boundary and a Dirichlet condition at the inner boundary (that is formed by the square sub-region).
Boundary conditions on internal boundaries such as boundaries across which material properties or governing equations might change are not required by Finite Element method.