calculix / cae

CalculiX Advanced Environment is designed to guide you through the CalculiX keywords creation process and is aimed to help you reach the correct input file with no mistakes.
GNU General Public License v3.0
143 stars 34 forks source link

Update job.py #36

Closed c7888026 closed 3 months ago

c7888026 commented 3 months ago

Hi everyone, I notice that the ccx2paraview in the cae has two places which are not convenient to use:

  1. The vtu files are exported directly in current dictionary, more files mean more crowded.
  2. The button 'open vtu in paraview' cannot open '...vtu'

So I did some change in src/gui/job.py, here are the changes: