Skip to content

Convert GMSH file .msh to vtkUnstructedGrid .vtk with saving physical groups

Notifications You must be signed in to change notification settings

Airplaneless/msh2vtk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

msh2vtk

Convert GMSH file .msh to vtkUnstructedGrid .vtk with saving physical groups

That's simple

    GMSH_PATH = 'gmsh'
    
    converter = MSH2VTK(GMSH_PATH, 'cubic.msh')
    ugrid = converter.convert()

About

Convert GMSH file .msh to vtkUnstructedGrid .vtk with saving physical groups

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published