From fe63c3189c7188fa467ec50600bdf9abdd005eda Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Henrotte?= <francois.henrotte@uclouvain.be>
Date: Fri, 20 Oct 2017 09:06:37 +0200
Subject: [PATCH] reorganized directories

---
 .../Laplacian => Electrostatics}/microstrip.geo     |  12 ++++++------
 .../Laplacian => Electrostatics}/microstrip.png     | Bin
 .../Laplacian => Electrostatics}/microstrip.pro     |   6 +++---
 .../Laplacian => Electrostatics}/microstrip_512.png | Bin
 .../Laplacian => Electrostatics}/screenshot1.png    | Bin
 .../screenshot1_512.png                             | Bin
 6 files changed, 9 insertions(+), 9 deletions(-)
 rename {Electrostatic/Laplacian => Electrostatics}/microstrip.geo (86%)
 rename {Electrostatic/Laplacian => Electrostatics}/microstrip.png (100%)
 rename {Electrostatic/Laplacian => Electrostatics}/microstrip.pro (98%)
 rename {Electrostatic/Laplacian => Electrostatics}/microstrip_512.png (100%)
 rename {Electrostatic/Laplacian => Electrostatics}/screenshot1.png (100%)
 rename {Electrostatic/Laplacian => Electrostatics}/screenshot1_512.png (100%)

diff --git a/Electrostatic/Laplacian/microstrip.geo b/Electrostatics/microstrip.geo
similarity index 86%
rename from Electrostatic/Laplacian/microstrip.geo
rename to Electrostatics/microstrip.geo
index d731afc..8b791bd 100644
--- a/Electrostatic/Laplacian/microstrip.geo
+++ b/Electrostatics/microstrip.geo
@@ -40,7 +40,7 @@ Line(11) = {5,7};
 
 /* Definition of geometrical surfaces */
 
-Line Loop(12) = {8,-2,-1,-7,9};   Plane Surface(13) = {12};
+Line Loop(12) = {1, 2, -8, -9, 7};   Plane Surface(13) = {12};
 Line Loop(14) = {10,-11,8,3,4,5}; Plane Surface(15) = {14};
 
 /* Definition of Physical entities (surfaces, lines). 
@@ -50,9 +50,9 @@ Line Loop(14) = {10,-11,8,3,4,5}; Plane Surface(15) = {14};
    For example, Region 111 is made of the triangle elements of the geometric surface 13, 
    whereas Region 121 is made of line elements of the geometric lines 9, 10 and 11. */
 
-Physical Surface (101) = {15} ;   /* Air */
-Physical Surface (111) = {13} ;   /* Diel1 */
+Physical Surface ("Air", 101) = {15};
+Physical Surface ("Dielectric", 111) = {13};
 
-Physical Line (120) = {1} ;       /* Ground */
-Physical Line (121) = {9,10,11} ; /* Line */
-Physical Line (130) = {2,3,4} ;   /* SurfInf */
+Physical Line ("Ground", 120) = {1} ;
+Physical Line ("Electrode", 121) = {9,10,11} ;
+Physical Line ("Surface infinity", 130) = {2,3,4} ;
diff --git a/Electrostatic/Laplacian/microstrip.png b/Electrostatics/microstrip.png
similarity index 100%
rename from Electrostatic/Laplacian/microstrip.png
rename to Electrostatics/microstrip.png
diff --git a/Electrostatic/Laplacian/microstrip.pro b/Electrostatics/microstrip.pro
similarity index 98%
rename from Electrostatic/Laplacian/microstrip.pro
rename to Electrostatics/microstrip.pro
index a040a53..445b20e 100644
--- a/Electrostatic/Laplacian/microstrip.pro
+++ b/Electrostatics/microstrip.pro
@@ -276,14 +276,14 @@ PostProcessing {
 }
 
 e = 1.e-7; // tolerance to ensure that the cut is inside the simulation domain
-h = 5.e-3; // vertical position of the cut
+h = 2.e-3; // vertical position of the cut
 
 PostOperation {
   { Name Map; NameOfPostProcessing EleSta_v;
      Operation {
        Print [ v, OnElementsOf Dom_Hgrad_v_Ele, File "mStrip_v.pos" ];
        Echo[ StrCat["l=PostProcessing.NbViews-1;", 
-		    "View[l].IntervalsType = 1;",
+		    "View[l].IntervalsType = 3;",
 		    "View[l].NbIso = 40;"],
 	     File "tmp.geo", LastTimeStepOnly] ;
        Print [ e, OnLine {{e,h,0}{14.e-3,h,0}}{60}, File "Cut_e.pos" ];
@@ -292,7 +292,7 @@ PostOperation {
   { Name Cut; NameOfPostProcessing EleSta_v;
     // same cut as above, with more points and exported in raw text format 
     Operation {
-      Print [ e, OnLine {{e,e,0}{10.e-3,e,0}} {500}, Format TimeTable, File "Cut_e.txt" ];
+      Print [ e, OnLine {{e,e,0}{14.e-3,e,0}} {500}, Format TimeTable, File "Cut_e.txt" ];
     }
   }
 }
diff --git a/Electrostatic/Laplacian/microstrip_512.png b/Electrostatics/microstrip_512.png
similarity index 100%
rename from Electrostatic/Laplacian/microstrip_512.png
rename to Electrostatics/microstrip_512.png
diff --git a/Electrostatic/Laplacian/screenshot1.png b/Electrostatics/screenshot1.png
similarity index 100%
rename from Electrostatic/Laplacian/screenshot1.png
rename to Electrostatics/screenshot1.png
diff --git a/Electrostatic/Laplacian/screenshot1_512.png b/Electrostatics/screenshot1_512.png
similarity index 100%
rename from Electrostatic/Laplacian/screenshot1_512.png
rename to Electrostatics/screenshot1_512.png
-- 
GitLab