Say I have a mesh.xml
file, that I load to get a dolfin.Mesh
.
To specify subdomains I would like to extract approximate coordinates of some specific points of the mesh.
What is a good way to do this?
A graphical or interactive solution is OK, since I will need to do it only a couple of times. But I don't want to go through the xml
file.