Hi all,
I'm implementing a grid deformation in Fenics 1.5 (python). The initial 2D-domain is a rectangle with a hole inside and the mesh consists of triangles. This domain was created with gmesh and than converted:
dolfin-convert file.msh file.xml
After a few iterations the shape of the hole changes and the quality of the mesh decreases. At this point I would like to remesh the new, deformed domain.
How can I remesh the domain?
Are there some tools in Fenics for remeshing this particular domain?
Is remeshing with gmesh possible?
I know that gmsh has a non-interactive mode. However, I need to create a *.geo-file for using gmsh. As far as I know, this is not possible with dolfin-convert.
Any help is appreciatet.