From 0690d5386c8923a5d06f92ccb9f356e25c84944d Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@uliege.be>
Date: Tue, 10 Mar 2020 08:22:11 +0100
Subject: [PATCH] show mesh size factor

---
 Electrostatics/microstrip.geo | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Electrostatics/microstrip.geo b/Electrostatics/microstrip.geo
index 04ecbf5..51dbe5d 100644
--- a/Electrostatics/microstrip.geo
+++ b/Electrostatics/microstrip.geo
@@ -15,7 +15,8 @@ xBox = w/2. * 6. ;  yBox = h * 12. ;
 
 /* Definition of parameters for local mesh dimensions */
 
-s = 1. ;
+DefineConstant[ s = {1., Name "Parameters/Global mesh size factor"} ] ;
+
 p0 = h / 10. * s ;
 pLine0 = w/2. / 10. * s ;  pLine1 = w/2. / 50. * s ;
 pxBox = xBox / 10. * s ;  pyBox = yBox / 8. * s ;
-- 
GitLab