From e0aa90a708feff65804c3650bf196fbe405c3a31 Mon Sep 17 00:00:00 2001
From: Emilie Marchandise <emilie.marchandise@uclouvain.be>
Date: Wed, 21 Oct 2009 12:15:43 +0000
Subject: [PATCH]

---
 benchmarks/2d/compound.geo | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 benchmarks/2d/compound.geo

diff --git a/benchmarks/2d/compound.geo b/benchmarks/2d/compound.geo
new file mode 100644
index 0000000000..f47f96bca2
--- /dev/null
+++ b/benchmarks/2d/compound.geo
@@ -0,0 +1,26 @@
+Point(1) = {-0.2, 0.7, 0};
+Point(2) = {0.4, 0.7, 1};
+Point(3) = {-0.8, 0.7, 0};
+Point(4) = {-0.8, 0, 0};
+Point(5) = {-0.2, 0, 0};
+Point(6) = {0.4, 0, 1};
+Line(1) = {2, 1};
+Line(2) = {1, 3};
+Line(3) = {3, 4};
+Line(4) = {4, 5};
+Line(5) = {5, 1};
+Line(6) = {5, 6};
+Line(7) = {6, 2};
+Line Loop(8) = {7, 1, -5, 6};
+Plane Surface(9) = {8};
+Line Loop(10) = {2, 3, 4, 5};
+Point(7) = {-0.6, 0.4, 0.};
+Point(8) = {-0.4, 0.4, 0.};
+Point(9) = {-0.5, 0.3, 0.};
+Line(13) = {7, 9};
+Line(14) = {8, 9};
+Line(15) = {8, 7};
+Line Loop(100) = {13, -14, 15};
+Plane Surface(11) = {10,100};
+
+Compound Surface(12)={9,11} Boundary {{}};
-- 
GitLab