Compare commits

..

No commits in common. "3999fd5b71c64b98c644b2d116bbaf42132f06cf" and "00c8a9378ebeea5c91b8ec59f2dc47a048df061f" have entirely different histories.

4 changed files with 4 additions and 10 deletions

2
.gitignore vendored
View File

@ -30,4 +30,4 @@ qqq_gains_det3.dat
qqq_relative_gains.dat
Armory/CorrelateQQQ.h
QQQStage2.C
anasen_fem/scalars.dat.names
anasen_fem/scalars.dat.names

View File

@ -15,12 +15,7 @@ while val<178.3+0.1:
os.system("cp wires2d/elfield_anasen_t0001.vtu wires2d/vtu_files/elfield_anasen_%02d_%1.4f.vtu"%(count,val))
os.system("cp contour_output.png png/Contour_output_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.83
count = count + 1
os.system("tar -cvzf wiress2d/mesh.tar.gz wires2d/mesh_files")
os.system("rm -rf wires2d/mesh_files/*")
os.system("tar -cvzf wires2d/sif.tar.gz wires2d/sif_files")
os.system("rm -rf wires2d/sif_files/*")
os.system("tar -cvzf wires2d/vtu.tar.gz wires2d/vtu_files")
os.system("rm -rf wires2d/vtu_files/*")
break

View File

@ -2,7 +2,7 @@ Metadata for SaveScalars file: ./scalars.dat
Elmer version: 26.1
Elmer compilation date: 2026-03-15
Solver input file: wires2d.sif
File started at: 2026/04/02 14:22:52
File started at: 2026/04/01 17:39:04
Variables in columns of matrix:
1: res: potential difference

View File

@ -223,7 +223,6 @@ gmsh.option.setNumber("Mesh.Algorithm", 6)
gmsh.model.mesh.generate(dim=2)
gmsh.model.mesh.refine()
gmsh.model.mesh.refine()
gmsh.write("wires2d.msh")
#gmsh.fltk.run()
gmsh.finalize()