From d787223b80bb2d6585d9fde13ed3b7322a12064c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Henrotte?= <francois.henrotte@uclouvain.be>
Date: Fri, 20 Oct 2017 21:27:39 +0200
Subject: [PATCH] minor changes

---
 ElectrostaticsFloating/floating.pro | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/ElectrostaticsFloating/floating.pro b/ElectrostaticsFloating/floating.pro
index 8ee720b..cb82243 100644
--- a/ElectrostaticsFloating/floating.pro
+++ b/ElectrostaticsFloating/floating.pro
@@ -128,7 +128,7 @@ Group{
 
 FunctionSpace {
   /* The magic in the treatment of global quantitities by GetDP is in the fact 
-     that nearly all is done at the level of the FunctionSpace definition.
+     that nearly all the work is done at the level of the FunctionSpace definition.
 
      The finite element expansion is 
 
@@ -152,13 +152,13 @@ FunctionSpace {
     }
     Constraint {
       { NameOfCoef vn; EntityType NodesOf; 
-        NameOfConstraint Dirichlet_Ele; } // unused in this model
+        NameOfConstraint Dirichlet_Ele; } // unused in this model, left for completeness
       { NameOfCoef GlobalPotential; EntityType GroupsOfNodesOf;
 	NameOfConstraint SetGlobalPotential; }
       { NameOfCoef ArmatureCharge; EntityType GroupsOfNodesOf; 
 	NameOfConstraint SetArmatureCharge; }
     }
-    // Subspace definition only needed to display "vf" in PostProcessing
+    // Subspace definition only needed to display BF_electrode in PostProcessing
     SubSpace { 
       { Name vf; NameOfBasisFunction sf; }
     }
@@ -186,7 +186,7 @@ Integration {
 Formulation {
   /* Only minor changes in the formulation.
      The global quantities are declared in the "Quantity{}" section,
-     and a "GlobalTerm" is added that triggers the creation of an additional equation
+     and a "GlobalTerm" is added that triggers the assembly of an additional equation
      per electrode in the system to compute the charge Q_electrode 
 
      Q_electrode = (-epsr[] Grad v, Grad BF_electrode)_Vol_Dielectric_Ele
@@ -196,7 +196,7 @@ Formulation {
       { Name v; Type Local; NameOfSpace Hgrad_v_Ele; }
       { Name U; Type Global; NameOfSpace Hgrad_v_Ele [GlobalPotential]; }
       { Name Q; Type Global; NameOfSpace Hgrad_v_Ele [ArmatureCharge]; }
-      // next line only needed to display the global BF in PostProcessing
+      // next line only needed to display the BF_electrode in PostProcessing
       { Name vf; Type Local; NameOfSpace Hgrad_v_Ele [vf]; }
     }
     Equation {
-- 
GitLab