diff --git a/anasen_fem/paraview_plotter.py b/anasen_fem/paraview_plotter.py index d492ced..43439f9 100755 --- a/anasen_fem/paraview_plotter.py +++ b/anasen_fem/paraview_plotter.py @@ -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 * diff --git a/anasen_fem/run.py b/anasen_fem/run.py index 43e22d7..5a0e15f 100755 --- a/anasen_fem/run.py +++ b/anasen_fem/run.py @@ -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/*")