-
Notifications
You must be signed in to change notification settings - Fork 8
Visualization
kolosret edited this page May 26, 2023
·
2 revisions
Any of the Chrest file formats can be visualized using Visit or Paraview. An xdmf files is a txt/xml file that tells Visit/ParaView how to interpret the data in the hdf5 file. It does not replace the h5 file, both are needed.
-
Generate XDMF files Pass each h5 file or files (using a wild card) to the converter.
python matlabToXdmfGenerator.py --file=/Users/mcgurn/scratch/results/temp/temperature*.h5 -
Open the XDMF files using Visit or ParaView.