On Tue, Mar 10, 2009 at 11:51 AM, Andrea Hawkins <andjhawk...@gmail.com> wrote:
> Hello-
>
> In looking at the examples that include boundary integration, I just had a
> question of how something is working.
>
> For discussion I will consider example 5. The loops for test and trial
> functions run over i,j=0 to phi_face.size() which makes sense, but I'm
> wondering about the value being added to Ke(i,j) and Fe(i) as I wouldn't
> think the element dof corresponds to the side-trial function number. Is
> there something that happens in fe_face->reinit() or something?

All the same basis functions and numbering are used, the quadrature
rule is changed (I think!)

-- 
John

------------------------------------------------------------------------------
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to