From 498fa9eb60827893e3cbde284878adeec73f3248 Mon Sep 17 00:00:00 2001
From: Guillaume Demesy <guillaume.demesy@fresnel.fr>
Date: Thu, 19 Sep 2019 13:52:49 +0200
Subject: [PATCH] no reason to have LinCplx on facets in 2D

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

diff --git a/NonLinearEVP/NonLinearEVP.pro b/NonLinearEVP/NonLinearEVP.pro
index 3032acf..4665600 100644
--- a/NonLinearEVP/NonLinearEVP.pro
+++ b/NonLinearEVP/NonLinearEVP.pro
@@ -161,22 +161,23 @@ Integration {
 
 FunctionSpace {
   { Name Hgrad_perp; Type Form1P;
+  
     BasisFunction {
-      { Name un;  NameOfCoef un;  Function BF_PerpendicularEdge_1N; Support Region[Om]; Entity NodesOf[All]; }
-      { Name un2; NameOfCoef un2; Function BF_PerpendicularEdge_2E; Support Region[Om]; Entity EdgesOf[All]; }
+      { Name un;  NameOfCoef un;  Function BF_PerpendicularEdge_1N; Support Region[Om]; Entity NodesOf[Omega]; }
+      { Name un2; NameOfCoef un2; Function BF_PerpendicularEdge_2E; Support Region[Om]; Entity EdgesOf[Omega]; }
       If(flag_o2i==1)
-        { Name un3; NameOfCoef un3; Function BF_PerpendicularEdge_2F; Support Region[Om]; Entity FacetsOf[All]; }
-        { Name un4; NameOfCoef un4; Function BF_PerpendicularEdge_3E; Support Region[Om]; Entity EdgesOf[All]; }
-        { Name un5; NameOfCoef un5; Function BF_PerpendicularEdge_3F; Support Region[Om]; Entity FacetsOf[All]; }
+        { Name un3; NameOfCoef un3; Function BF_PerpendicularEdge_2F; Support Region[Om]; Entity FacetsOf[Omega]; }
+        { Name un4; NameOfCoef un4; Function BF_PerpendicularEdge_3E; Support Region[Om]; Entity EdgesOf[Omega]; }
+        { Name un5; NameOfCoef un5; Function BF_PerpendicularEdge_3F; Support Region[Om]; Entity FacetsOf[Omega]; }
       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
     }
   }
-- 
GitLab