On 11/28/2018 10:48 AM,
mrjonm...@gmail.com wrote:
>
> When you say "the DG elements have no degrees of freedom on faces, they
> are all located in the interior of the cell", I understand how that's
> true for degree 0, but I'm guessing it's only in the "logical" sense for
> higher degree elements?
Correct. We say that a degree of freedom is "logically" located on a
face if the shape function is continuous across that face in some sense.
That's because the face is shared between two cells, and so the DoF is
as well. But for DG elements, each DoF is uniquely associated with just
one cell, so it is not logically located on a face (or vertex, or edge).
It is true that DG elements are implemented as Lagrange interpolation
elements with interpolation points that are physically located on the
face. But logically they are not. (And we could have implemented these
elements in many other ways as well -- for example by having the
interpolation points located at Gauss points that really truly are in
the interior of the cell.)
> I was just surprised that I still didn't get any
> constraints out of it for order 1 and 2 elements (even though I now know
> that's not the right thing to do.)
I hope the explanation above makes clear why -- there are no degrees of
freedom that are logically located on the boundary; they are logically
all located in the interior, and consequently trying to compute boundary
values is not possible.