Dear all,
I am playing with some domain changes, and I need to remesh my domain. Right now it's not smart, I just create a new mesh. However, the domain changes are really small (per step), so I could easily remesh a portion of it.
Can you give me some advice? I've never done this with Fenics, so I'm pretty newbie.
I will need to generate the domain (a cracked rectangle) using C++, with the equivalent of "PolygonalMeshGenerator.generate".
Thanks!