Skip to content

Commit

Permalink
repaired lattice geo file
Browse files Browse the repository at this point in the history
  • Loading branch information
ScSteffen committed Jan 2, 2024
1 parent 71fde4c commit 4e74a35
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions examples/meshes/geo_files/lattice_refined.geo
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
cl_fine = 0.02;
cl_coarse = 0.2;
length = 0.05;
Point(1) = {-3.5, -3.5, 0, cl_coarse};
Point(2) = {3.5, -3.5, 0, cl_coarse};
Point(3) = {-3.5, 3.5, 0, cl_coarse};
Point(4) = {3.5, 3.5, 0, cl_coarse};
cl_coarse = 0.075;
cl_boundary = 0.2;
length = 0.075;
length = 0.075;
Point(1) = {-3.5, -3.5, 0, cl_boundary};
Point(2) = {3.5, -3.5, 0, cl_boundary};
Point(3) = {-3.5, 3.5, 0, cl_boundary};
Point(4) = {3.5, 3.5, 0, cl_boundary};
Point(5) = {-1.5, -1.5, 0, cl_fine};
Point(6) = {-2.5, -1.5, 0, cl_fine};
Point(7) = {-2.5, -2.5, 0, cl_fine};
Expand Down

0 comments on commit 4e74a35

Please sign in to comment.