diff --git a/examples_hpc/lattice/mesh/lattice_rectangular_n80.geo b/examples_hpc/lattice/mesh/lattice_rectangular_n80.geo index ccc4e41f..f8c8ece8 100644 --- a/examples_hpc/lattice/mesh/lattice_rectangular_n80.geo +++ b/examples_hpc/lattice/mesh/lattice_rectangular_n80.geo @@ -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}; diff --git a/examples_hpc/lattice/mesh/make_lattice_mesh.sh b/examples_hpc/lattice/mesh/make_lattice_mesh.sh index 3bd8c693..5e3e5499 100644 --- a/examples_hpc/lattice/mesh/make_lattice_mesh.sh +++ b/examples_hpc/lattice/mesh/make_lattice_mesh.sh @@ -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