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.