Hi,
I'm doing shape optimization with dolfin and as my computational domain deforms, the mesh quality deteriorates so much so that my result becomes inaccurate. I have explored the option of discarding deformed mesh and creating new mesh. So far, that looks impossible in fenics and my only option of smoothing does not yield much improvement. I want to generate my mesh using gmsh and dolfin-convert. However, I want to know if it is possible to convert/transfer my dolfin mesh back to gmsh for re-meshing?