diff --git a/benchmarks/2d/hybrid_compound.geo b/benchmarks/2d/hybrid_compound.geo index cbacae45b00f61c38257e08929db010fa77e9d0a..8a69f1fc91343b98fa62cba8f1be06dc359161fd 100644 --- a/benchmarks/2d/hybrid_compound.geo +++ b/benchmarks/2d/hybrid_compound.geo @@ -1,8 +1,9 @@ +General.MeshDiscrete = 1; + Merge "hybrid_part.msh"; -CreateTopology; -Compound Line(100) = {14}; -Compound Surface(101) = {16}; +Compound Line{14}; +Compound Surface{16}; lc = 1e-2; Point(1) = {0, 0, 0, lc}; @@ -12,5 +13,6 @@ Line(1) = {1,11} ; Line(3) = {14,4} ; Line(4) = {4,1} ; -Line Loop(5) = {-4,-1,100,-3} ; +Line Loop(5) = {-4,-1,14,-3} ; Plane Surface(6) = {5} ; +