Re: [Libmesh-users] imposing boundary conditions inside the domain

2022-08-19 Thread Yu Zhong
From: John Peterson Sent: Friday, August 19, 2022 12:26 AM To: Yu Zhong Cc: libmesh-users@lists.sourceforge.net Subject: Re: [Libmesh-users] imposing boundary conditions inside the domain On Thu, Aug 18, 2022 at 5:20 AM Yu Zhong mailto:elijahzh...@live.com>> wrote: Dear all, Fo

Re: [Libmesh-users] imposing boundary conditions inside the domain

2022-08-18 Thread John Peterson
On Thu, Aug 18, 2022 at 5:20 AM Yu Zhong wrote: > Dear all, > > For a 2D problem, I'm trying to impose Dirichlet BC on a physical boundary > connecting two subdomains in a full domain (containing more than 2 > subdomains). With the penalty method, I tried with > > c.has_side_boundary_id(ID) > > t

[Libmesh-users] imposing boundary conditions inside the domain

2022-08-18 Thread Yu Zhong
Dear all, For a 2D problem, I'm trying to impose Dirichlet BC on a physical boundary connecting two subdomains in a full domain (containing more than 2 subdomains). With the penalty method, I tried with c.has_side_boundary_id(ID) to find this physical boundary, where ID is the physical curve I