You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could help visualizing with pyvista, to get a good mesh representation. otherwise I would stick to vertices as mesh elements.
But if this is strictly for a visualization, then you might as well just task PyVista with triangulating/tetrahedralizing the meshes and not worry about maintaining a Delaunay algorithm in here.
With the new mesh class from #65, we should think about generating simple mesh elements from the given points. This could be done with:
https://docs.scipy.org/doc/scipy-1.1.0/reference/generated/scipy.spatial.Delaunay.html
This could help visualizing with pyvista, to get a good mesh representation. otherwise I would stick to vertices as mesh elements.
The text was updated successfully, but these errors were encountered: