Forum Message

 

 

We have moved the forum to https://forum.ngsolve.org . This is an archived version of the topics until 05/05/23. All the topics were moved to the new forum and conversations can be continued there. This forum is just kept as legacy to not invalidate old links. If you want to continue a conversation just look for the topic in the new forum.

Notice

The forum is in read only mode.

Question on boundary integral for interface of a two-domain problem

More
6 years 2 months ago #389 by Guosheng Fu
I am using DG for a two-domain problem.
The domain is a small square inclosed in a large square.

The question is when I do symbolic integration
a += symbolicBFI(u*v, VOL, skeleton=True)
does this skeleton integrator include the integration on the interface of the two domains?
It seems I can integrate on the interface boundary as follows:
a += symbolicBFI(u*v, skeleton=True, definedon=mesh.Boundaries("interface_id"))

I am quite confused....
Time to create page: 0.125 seconds