Handling of Dirichlet BC not general enough for multimesh methods

Issue #639 resolved
Anders Logg (Chalmers) created an issue

MultiMeshDirichletBC assumes that boundary conditions should only be set on parts of boundaries not intersected by other meshes. In certain cases, one would like to set boundary conditions on all boundaries, even if they are intersected by other meshes.

Proposed solution: add flag exclude_overlapped_boundaries=true to MultiMeshDirichletBC.

Comments (2)

  1. Log in to comment