How can I create a circular mesh in the simplest possible way? I see that mshr
is deprecated.
You might find Nico’s dmsh easy to use. GitHub - nschloe/dmsh: Simple mesh generator inspired by distmesh.
gmsh is another option (has it own python interface, pygmsh also gives access to it).
1 Like