How about restricting the variable to the boundary - is there any path
forward on that?

Derek


On Thu, Mar 27, 2014 at 4:16 PM, Roy Stogner <royst...@ices.utexas.edu>wrote:

>
> On Thu, 27 Mar 2014, Derek Gaston wrote:
>
>  Is this the place to use BoundaryMesh?
>>
>
> That's what we do, yeah.
>
>
>  Can you get the normals for the elements when you're on a
>> BoundaryMesh?
>>
>
> Not directly, but you can get_dxyzdxi()/get_dxyzdeta(), and take the
> cross product of those two for the normal.  You could alternatively
> get the interior_parent() of the boundary element and get the normals
> from that.
> ---
> Roy
>
------------------------------------------------------------------------------
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to