modified: anasen_fem/paraview_plotter.py correct path for zephyrus

This commit is contained in:
Vignesh Sitaraman 2026-06-04 15:58:55 -04:00
parent 86933ac2bf
commit 88cf59bce3
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#!/home/vsitaraman/ParaView-6.1.0-MPI-Linux-Python3.12-x86_64/bin/pvbatch
########### !/home/vsitaraman/ParaView-6.1.0-RC1-MPI-Linux-Python3.12-x86_64/bin/pvbatch
#!/home/vsitaraman/ParaView-6.1.0-RC1-MPI-Linux-Python3.12-x86_64/bin/pvbatch
# #######!/home/vsitaraman/ParaView-6.1.0-MPI-Linux-Python3.12-x86_64/bin/pvbatch
import numpy as np
import sys
from paraview.simple import *

View File

@ -18,7 +18,7 @@ while val<174.3+0.1:
os.system("cp Field_output.png png/Field_ouput_z_%02d_%1.4f.png"%(count,val))
val=val+17.43
count = count + 1
# break
break
# os.system("tar -cvzf wiress2d/mesh.tar.gz wires2d/mesh_files")
# os.system("rm -rf wires2d/mesh_files/*")