-
Hi Romain, I am interested to visualize (3D vizualisation) the results of FEPX in paraview. I try to do it by creating .vtk format file using Neper -V module (using -imageformat 'vtk') . However, when I run it, it always creates a .png file. I am interested to get a .vtk file which I can visualize in paraview in 3D. For e.g, for example 4 of FEPX ("4_restart"), I am trying to visualise slip on a particular slip system in 3D. After running all the bash files, I try:"
However, it only creates .png file. Can you please suggest how can I visualise the FEPX results in paraview in 3D? Many thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The order in which options are given is important in -V. Set the image format before printing it: |
Beta Was this translation helpful? Give feedback.
The order in which options are given is important in -V. Set the image format before printing it:
-imageformat vtk -print vtk_try
.