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.

bilinear form boundary integration for two different FESpaces

More
4 years 10 months ago #1631 by Guosheng Fu
Hi,

I was trying to build a bilinear form with two different FESpaces (in use for postprocessing the solution), like
Code:
a = BilinearForm(fes, fes2)
but there is a bug concerning the boundary integration.
1, Other() didn't work for element_boundary integration
2, skeleton-based integration didn't work.

E.g., attached code shall return me a vector of ones, but it returns zero vector instead.


Best,
Guosheng
Attachments:
More
4 years 10 months ago #1632 by schruste
Dear Guosheng,

Indeed, mixed bilinear forms are simply not yet implemented for element_boundary or skeleton-integrators.

A work-around for now could be to set up the larger matrix for the product space and work with it.

Best,
Christoph
The following user(s) said Thank You: Guosheng Fu
Time to create page: 0.140 seconds