Suite of scritps to convert data formats used by the different models
The aim of this repository is to collect scripts that convert data format, in different languages.
If you would like to contribute, please make a merge request to add your own script.
If you are looking for a converter that is not in the list, please make create an issue with a feature request
tag. Example here
Please name your file as follow: input-to-output.ext
vtp_to_dgf.py: Converts a ParaView VTK Polygonal Data file (.vtp) to a Dunde Grid File (.dgf)
vtp_to_msh.py: Converts a ParaView VTK Polygonal Data file (.vtp) to a Gmsh file (.msh)