Dear all,
I have discontinuous data, which is located on edges and I need to compute an inner edge integral "*dS" using this data. This is easily representable via a MeshFunction on edges.
If I represent this data with any of the implemented finite elements that have edge dofs, I think I will always lose the discontinuity in the vertex. Meaning: Consider a triangle with data per edge. To properly represent this, there are two values per vertex. Thus, I would need a finite element that is discontinuous in itself.
Thus, the equation is: Can I somehow use "*dS" measures with MeshFunctions on Edges?
Regards!