Re: [Libmesh-users] Solve on part of domain

2010-10-20 Thread Tim Kroeger
On Wed, 20 Oct 2010, Tim Kroeger wrote: My question now: Is there already a mechanism for solving this problem nicely somewhere in the library? I guess it is (I remember that you guys were talking about a "send_list"), but I don't know where and how to use it. If there is not, I will be able t

Re: [Libmesh-users] Solve on part of domain

2010-10-20 Thread Tim Kroeger
Dear all, I just tracked down a bug in my solve-on-part-of-domain stuff, that is in the (new) class SystemSubsetBySubdomain. The idea of this class is to create a list of all dofs that are adjacent to at least one (active) element whose subdomain id is contained is a given list. The way it cu