meshpy
meshpy copied to clipboard
Export 3D mesh with Gmsh - export
First of all - thank you for such an excellent package!
A question - currently, is there a way to export the 3D mesh to different formats that are supported in gmsh within meshpy?
As I read through the code, I noticed the write_vtk. For example, would it be possible to export to formats like ABAQUS INP file (supported within gmsh)?
Not currently, but I'd be happy to take a patch.
Got it. Thank you for your response! I'll take a look.