From d0ebf35344c25cd51971c930cd2f974600244ae6 Mon Sep 17 00:00:00 2001
From: Guillaume Demesy <guillaume.demesy@fresnel.fr>
Date: Thu, 19 Sep 2019 13:55:27 +0200
Subject: [PATCH] up

---
 NonLinearEVP/NonLinearEVP.pro | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/NonLinearEVP/NonLinearEVP.pro b/NonLinearEVP/NonLinearEVP.pro
index ff2a87d..0df7157 100644
--- a/NonLinearEVP/NonLinearEVP.pro
+++ b/NonLinearEVP/NonLinearEVP.pro
@@ -184,21 +184,21 @@ FunctionSpace {
 
   { Name Hgrad; Type Form0;
     BasisFunction {
-      { Name un;  NameOfCoef un;  Function BF_Node   ; Support Region[Om]; Entity NodesOf[All]; }
-      { Name un2; NameOfCoef un2; Function BF_Node_2E; Support Region[Om]; Entity EdgesOf[All]; }
+      { Name un;  NameOfCoef un;  Function BF_Node   ; Support Region[Om]; Entity NodesOf[Om]; }
+      { Name un2; NameOfCoef un2; Function BF_Node_2E; Support Region[Om]; Entity EdgesOf[Om]; }
       If(flag_o2i==1)
-        { Name un3; NameOfCoef un3; Function BF_Node_2F; Support Region[Om]; Entity FacetsOf[All]; }
-        { Name un4; NameOfCoef un4; Function BF_Node_3E; Support Region[Om]; Entity EdgesOf[All]; }
-        { Name un5; NameOfCoef un5; Function BF_Node_3F; Support Region[Om]; Entity FacetsOf[All]; }
+        { Name un3; NameOfCoef un3; Function BF_Node_2F; Support Region[Om]; Entity FacetsOf[Om]; }
+        { Name un4; NameOfCoef un4; Function BF_Node_3E; Support Region[Om]; Entity EdgesOf[Om]; }
+        { Name un5; NameOfCoef un5; Function BF_Node_3F; Support Region[Om]; Entity FacetsOf[Om]; }
       EndIf
      }
     Constraint {
       { NameOfCoef un;  EntityType NodesOf ; NameOfConstraint BlochX; }
       { NameOfCoef un2; EntityType EdgesOf ; NameOfConstraint BlochX; }
       If(flag_o2i==1)
-        { NameOfCoef un3; EntityType FacetsOf ; NameOfConstraint BlochX; }
+        //{ NameOfCoef un3; EntityType FacetsOf ; NameOfConstraint BlochX; }
         { NameOfCoef un4; EntityType EdgesOf  ; NameOfConstraint BlochX; }
-        { NameOfCoef un5; EntityType FacetsOf ; NameOfConstraint BlochX; }
+        //{ NameOfCoef un5; EntityType FacetsOf ; NameOfConstraint BlochX; }
       EndIf
     }
   }
@@ -356,7 +356,7 @@ Formulation {
   }
   {Name modal_helmholtz_PEP_h; Type FemEquation;
     Quantity {{ Name u   ; Type Local; NameOfSpace Hgrad_perp  ;}}
-    // Quantity {{ Name u   ; Type Local; NameOfSpace Hgrad  ;}}
+    //Quantity {{ Name u   ; Type Local; NameOfSpace Hgrad  ;}}
     Equation {
       Galerkin {    [-1/epsr_nod[]* om_d_1^2     * Dof{d u}, {d u} ];          In Om_2; Jacobian JSur; Integration Int_1;}
       Galerkin { Eig[ 1/epsr_nod[]*eps_oo_1*gam_1* Dof{d u}, {d u} ]; Order 1; In Om_2; Jacobian JSur; Integration Int_1;}
-- 
GitLab