From 90d9dd890dc14f8ff15035c8e7f4fe00aeaba93b Mon Sep 17 00:00:00 2001
From: Guillaume Demesy <guillaume.demesy@fresnel.fr>
Date: Tue, 26 Nov 2019 09:05:54 +0100
Subject: [PATCH] convergence test case

---
 DiffractionGratings/grating3D.geo | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/DiffractionGratings/grating3D.geo b/DiffractionGratings/grating3D.geo
index 70dabc5..b596ca1 100644
--- a/DiffractionGratings/grating3D.geo
+++ b/DiffractionGratings/grating3D.geo
@@ -218,9 +218,9 @@ For k In {0:8}
 EndFor
 
 
-// If (tag_geom==3) // Split torus weird otherwise
-//   Mesh.Algorithm = 6;
-// EndIf
-// // Mesh.SurfaceEdges = 0;
+If (tag_geom==3) // Split torus weird otherwise
+  Mesh.Algorithm = 6;
+EndIf
+// Mesh.SurfaceEdges = 0;
 Mesh.VolumeEdges = 0;
 Mesh.ElementOrder = og;
-- 
GitLab