From 831e47bdd8c7cd036b5c1b085f438983b62ec573 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 10 Jul 2018 11:36:28 +0200
Subject: [PATCH] -v 10 verbosity will print all elementary matrices - that's a
 bit much :-)

---
 NonLinearEVP/NonLinearEVP.pro           | 30 ++++++++++++-------------
 NonLinearEVP/{README.TXT => README.txt} |  0
 2 files changed, 15 insertions(+), 15 deletions(-)
 rename NonLinearEVP/{README.TXT => README.txt} (100%)

diff --git a/NonLinearEVP/NonLinearEVP.pro b/NonLinearEVP/NonLinearEVP.pro
index f6909af..e42605e 100644
--- a/NonLinearEVP/NonLinearEVP.pro
+++ b/NonLinearEVP/NonLinearEVP.pro
@@ -90,7 +90,7 @@ Constraint {
       { Region Surfpml ; Value 0.; }
     }
   }
-  
+
   // div condition
   { Name Constraint_cInt; Type Assign;
     Case {
@@ -181,11 +181,11 @@ FunctionSpace {
         { NameOfCoef un5; EntityType EdgesOf  ; NameOfConstraint BlochX; }
         { NameOfCoef un3; EntityType FacetsOf ; NameOfConstraint Dirichlet; }
         { NameOfCoef un4; EntityType FacetsOf ; NameOfConstraint Dirichlet; }
-        { NameOfCoef un5; EntityType EdgesOf  ; NameOfConstraint Dirichlet; }        
+        { NameOfCoef un5; EntityType EdgesOf  ; NameOfConstraint Dirichlet; }
       EndIf
     }
   }
-  
+
   { Name Hcurl_aD; Type Form1;
     BasisFunction {
       { Name sn;  NameOfCoef un;  Function BF_Edge   ; Support Region[Om_1]; Entity EdgesOf[All]; }
@@ -233,7 +233,7 @@ FunctionSpace {
         { NameOfCoef un5; EntityType EdgesOf  ; NameOfConstraint BlochX; }
         { NameOfCoef un3; EntityType FacetsOf ; NameOfConstraint Dirichlet; }
         { NameOfCoef un4; EntityType FacetsOf ; NameOfConstraint Dirichlet; }
-        { NameOfCoef un5; EntityType EdgesOf  ; NameOfConstraint Dirichlet; }        
+        { NameOfCoef un5; EntityType EdgesOf  ; NameOfConstraint Dirichlet; }
       EndIf
     }
   }
@@ -249,11 +249,11 @@ FunctionSpace {
     }
       Constraint {
       If(flag_o2==1)
-        
+
       EndIf
     }
   }
-  
+
 
 }
 
@@ -507,18 +507,18 @@ slepc_options_st  = " -solve -st_type  sinvert -st_ksp_type preonly -st_pc_type
 
 slepc_options_pep = Sprintf(" -pep_max_it 400 -pep_target_magnitude -pep_tol %.10f ",eig_tol);
 
-If (flag_res==0) 
-  which_res="Aux_E"; 
+If (flag_res==0)
+  which_res="Aux_E";
   str_slepc_options=StrCat(slepc_options_st,slepc_options_pep);
 EndIf
-  
-If (flag_res==1) 
-  which_res="PEP_E"; 
+
+If (flag_res==1)
+  which_res="PEP_E";
   str_slepc_options=StrCat(slepc_options_st,slepc_options_pep);
 EndIf
-  
+
 If (flag_res==2)
-  which_res="NEP_E"; 
+  which_res="NEP_E";
   str_slepc_options=StrCat(slepc_options_nep_rat);
 EndIf
 
@@ -527,7 +527,7 @@ If (flag_res==3)
   str_slepc_options=StrCat(slepc_options_st,slepc_options_pep);
 EndIf
 
-If (flag_res==4) 
+If (flag_res==4)
   which_res="PEP_h";
   str_slepc_options=StrCat(slepc_options_st,slepc_options_pep);
 EndIf
@@ -542,5 +542,5 @@ str_slepc_options = StrCat(str_slepc_options," -nep_monitor_all :temp_eigenvalue
 
 DefineConstant[
  R_ = {StrCat("res_",which_res), Name "GetDP/1ResolutionChoices", Visible 1},
- C_ = {Sprintf(StrCat("-solve -pos -v 10 -slepc ",str_slepc_options,slepc_options_rg)), Name "GetDP/9ComputeCommand", Visible 1},
+ C_ = {Sprintf(StrCat("-solve -pos -slepc ",str_slepc_options,slepc_options_rg)), Name "GetDP/9ComputeCommand", Visible 1},
  P_ = {StrCat("postop_",which_res), Name "GetDP/2PostOperationChoices", Visible 1}];
diff --git a/NonLinearEVP/README.TXT b/NonLinearEVP/README.txt
similarity index 100%
rename from NonLinearEVP/README.TXT
rename to NonLinearEVP/README.txt
-- 
GitLab