meshpy
meshpy copied to clipboard
Add write_vtk in meshpy.triangle.MeshInfo
We add the method for saving the meshpy.triangle.MeshInfo in the ".vtk" format.
Looks good, although I feel like it would be better to have this in MeshInfoBase in common.py so that it works for both triangles and tetrahedra.