Strange lines appear when using visit to visualize #500
Unanswered
tianninglyu
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Have you tried 1) plotting the HDF5 files in matplotlib or another alternative? and 2) running without MPI? What does your |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use the problem generator jet.cpp and the input file athinput.jet, and visualize the data with visIt. When I use vtk to output, everything is correct. However, when I turn to use hdf5 output, strange lines appear. Here is the image.
I have three conjectures: 1. it is due to the output format; 2. It is due to parallel computing (HDF5 output files are obtained by parallel computation while vtk output files are not); 3. It is due to the visIt software.
I wonder if you have some experience about that.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions