Dear All
For my work with multiple domains and fitting of different symmetries/ coordinates
I need to access the physical coordinates of all vertices on all boundaries.
I can of course find those by looking at the vertex coordinate, but
for order larger one some of the boundary vertices will not exactly lie on
the spherical surface but a bit inside. For interior boundaries
that is OK, however for exterior spherical boundaries the vertices lie a bit inside and
one needs to examine the mesh to find out where the cutoff is!
When defining a boundary condition using the normal FEniCS way
i.e.
def boundary(x,on_boundary):
if fun(x) <1.1 and on_boundary
this information is obviously known to FEniCS
How can I get access to this information to identify the boundary indices with less effort
as described above!
regards
Moritz