Skip to content

Commit

Permalink
updated meshing scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Schotthöfer committed Jan 19, 2024
1 parent 300984a commit 940c3b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples_hpc/lattice/mesh/lattice_rectangular_n80.geo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cl_fine = 0.1;
n_recombine = 40;
n_recombine = 80;
n_prog = 1.1;
Point(1) = {-3.5, -3.5, 0, cl_fine};
Point(2) = {3.5, -3.5, 0, cl_fine};
Expand Down
4 changes: 2 additions & 2 deletions examples_hpc/lattice/mesh/make_lattice_mesh.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rm lattice_n20.su2 lattice_n20.con lattice_n40.su2 lattice_n40.con lattice_n80.su2 lattice_n80.con

gmsh lattice_rectangular_n20.geo -2 -format su2 -save_all -o lattice_n20.su2
gmsh lattice_rectangular_n40.geo -2 -format su2 -save_all -o lattice_n10.su2
gmsh lattice_rectangular_n80.geo -2 -format su2 -save_all -o lattice_n10.su2
gmsh lattice_rectangular_n40.geo -2 -format su2 -save_all -o lattice_n40.su2
gmsh lattice_rectangular_n80.geo -2 -format su2 -save_all -o lattice_n80.su2

0 comments on commit 940c3b7

Please sign in to comment.