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 d731afc5c85c6da4e724f640839af7a2115c2a6f..8b791bd7c4d85bb152211e1bdb2f528a4b3e3375 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 a040a53c053d95c16643e4a86a80b837a0bb5504..445b20e88e7bcfec13ad4e123c4352259906fea2 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