script for converting VTUs into another VTU data type e.g. ASCII
Purpose
converts any VTU format type into another, mainly for the purpose to convert it into human readable ASCII
Application background
Sometimes there is the need for reading or editing VTU data by hand...
Categories
-
preprocessing -
postprocessing -
visualization -
HPC -
application specific scripts -
add your own category...
Example
python vtu2ascii.py in.vtu out_ascii.vtu
Edited by joergbuchwald