Re: [Libmesh-users] Add variable to side

2014-11-06 Thread Roy Stogner
On Thu, 6 Nov 2014, Robert wrote: > how do I add a simple node based variable just on the nodes of a > twodimensional side of a 3d cube? > I already tried to add a subdomain id to all elements on this side and > restrict the variable to the subdomain, but this adds the variable also > to the inne

[Libmesh-users] Add variable to side

2014-11-06 Thread Robert
Hello, how do I add a simple node based variable just on the nodes of a twodimensional side of a 3d cube? I already tried to add a subdomain id to all elements on this side and restrict the variable to the subdomain, but this adds the variable also to the inner nodes of the boundary elements. Re