From 940c3b7606331c5b5eb52be8996e40ae594487eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Schotth=C3=B6fer?= Date: Thu, 18 Jan 2024 19:47:24 -0500 Subject: [PATCH] updated meshing scripts --- examples_hpc/lattice/mesh/lattice_rectangular_n80.geo | 2 +- examples_hpc/lattice/mesh/make_lattice_mesh.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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