Hello, thanks for bring this fantastic platform. I currently have a question about moving the 3D mesh only on the boundary. In 2D case, I am using Freefem adaptmesh : Th = adaptmesh(Th,[ux,uy],hmin=0.1,hmax=0.1); where ux uy are the displacement field. I am wondering if for 3D case mmg3d, should I save the [ux,uy,uz] in a sol file and just provide to mmg3d and it will do it for me. Because it seems the old version mmg3d has the -mov flag option to move the mesh based on the displacement filed.
thank you for your time