Closed lrtfm closed 3 years ago
As of now, we don't support dg-integrators on surfaces. The way to go here is to use a Hybrid DG formulation for doing this. HDG is our favourite approach for these cases anyway (as long as you are solving linear systems at least).
Btw.: It's better to use the ngsolve forum for questions like this.
Best, Christoph
@schruste Thanks for your quick reply and advice. I will close this.
By the way, will this dg-integrators be supported?
I don't think so. When solving linear systems HDG is the preferred way (for a reason), s.t. I don't see why we would want to add this in the near future. For operator applications I think there are other ways (TraceOperator of FESpaces) to do it. There is a slim chance that we may add this if/when refactoring the assembly procedure. But I wouldn't count on that.
@schruste Thanks.
I would like to solve problems on the surface with the upwind DG method. I encounter the following problem when I run the python code
The python code
The version I use is
The thread mir-not-set-error mentioned this. It seems that this problem has been solved. Is my code wrong? Or, is there still a bug?
Thanks to the developers for bringing this powerful tool for us.