Hi, I have been trying to Ellipsoid mesh, these are the code I am using,
geom = mesh.Ellipsoid.with_resolution(50, 5, tetrahedrise=False) or geom = mesh.Ellipsoid(r_a, r_b, r_c)
However, I don't see a mesh file created, I tried to use this code:
meshname = mesh.generate(geom)
Yet it says that it only supports Block meshes. Is there another function for creating the Ellipsoid mesh?