modified: anasen_fem/paraview_plotter.py correct path for zephyrus
This commit is contained in:
parent
86933ac2bf
commit
88cf59bce3
|
|
@ -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 numpy as np
|
||||||
import sys
|
import sys
|
||||||
from paraview.simple import *
|
from paraview.simple import *
|
||||||
|
|
|
||||||
|
|
@ -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))
|
os.system("cp Field_output.png png/Field_ouput_z_%02d_%1.4f.png"%(count,val))
|
||||||
val=val+17.43
|
val=val+17.43
|
||||||
count = count + 1
|
count = count + 1
|
||||||
# break
|
break
|
||||||
|
|
||||||
# os.system("tar -cvzf wiress2d/mesh.tar.gz wires2d/mesh_files")
|
# os.system("tar -cvzf wiress2d/mesh.tar.gz wires2d/mesh_files")
|
||||||
# os.system("rm -rf wires2d/mesh_files/*")
|
# os.system("rm -rf wires2d/mesh_files/*")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user