Hello Dune,<br><br>In my Finite Element Mesh, I needed the information on position coordinates of the vertices of each element. I can obtain them by <b>it->geometry().corner(i)[0] </b>where *it is the reference to the element. But, now I need information on the position coordinates in spherical coordinates. For example, I have finite element meshing done inside a sphere. I need coordinates of the nodes which are on the boundary of the sphere. How can I obtain them in DUNE?<br>

<br>Regards,<br>Swayam<br><br> <br>