Hi,
I would like to solve the Poisson problem on a 2D ring domain with a cut, e.g. domain = circle(0,0, radius=2) - circle(0,0, radius=1) - line segment((1,0) to (2,0)). How can I define such a domain together with the corresponding space of Lagrange elements? How can I prescribe nonzero-Dirichlet boundary condition on the line segment? Should I somehow use the jump operator?
Any help is appreciated