Hello, there is a way to define an arc of an ellipse domain as a boundary? I have look at the API reference for mshr, but there is no reference for arcs. I mean something as the following code:
def contorno_elec_pos(x, on_boundary):
tol = 1E-14
return on_boundary and near(x[0], 1, tol)
But instead of specifing x = 1 as the boundary, especify an upper arc in the ellipse as a boundary. I want to define boundary conditions on curved electrodes