[SCM] FreeFem++ packaging branch, master, updated. debian/3.20-1-4-gf9af1ec

Dimitrios Eftaxiopoulos eftaxi12 at otenet.gr
Sun Dec 23 21:39:23 UTC 2012


The following commit has been merged in the master branch:
commit 35f774a76d45b50f0351f3c30a78dacd78702d50
Author: Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Date:   Sat Nov 10 21:29:57 2012 +0200

    Change upload distribution to experimental

diff --git a/debian/changelog b/debian/changelog
index b73106a..788711c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-freefem++ (3.20-1) unstable; urgency=low
+freefem++ (3.20-1) experimental; urgency=low
 
   * New upstream release.
   * Add libnlopt-dev and coinor-libipopt-dev to build-deps.
diff --git a/download/ipopt/config.log b/download/ipopt/config.log
deleted file mode 100644
index 88f9cba..0000000
--- a/download/ipopt/config.log
+++ /dev/null
@@ -1,34 +0,0 @@
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by FreeFem++ config.status 3.20, which was
-generated by GNU Autoconf 2.69.  Invocation command line was
-
-  CONFIG_FILES    = 
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ../../config.status --file=Makefile.inc:Makefile.inc.in
-
-on filippos
-
-config.status:1055: creating Makefile.inc
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by FreeFem++ config.status 3.20, which was
-generated by GNU Autoconf 2.69.  Invocation command line was
-
-  CONFIG_FILES    = 
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ../../config.status --file=Makefile.inc:Makefile.inc.in
-
-on filippos
-
-config.status:1055: creating Makefile.inc
diff --git a/download/mumps-seq/config.log b/download/mumps-seq/config.log
deleted file mode 100644
index 3e9db79..0000000
--- a/download/mumps-seq/config.log
+++ /dev/null
@@ -1,34 +0,0 @@
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by FreeFem++ config.status 3.20, which was
-generated by GNU Autoconf 2.69.  Invocation command line was
-
-  CONFIG_FILES    = 
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ../../config.status --file=Makefile.inc:Makefile-mumps-4.10.0.inc
-
-on filippos
-
-config.status:1055: creating Makefile.inc
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by FreeFem++ config.status 3.20, which was
-generated by GNU Autoconf 2.69.  Invocation command line was
-
-  CONFIG_FILES    = 
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ../../config.status --file=Makefile.inc:Makefile-mumps-4.10.0.inc
-
-on filippos
-
-config.status:1055: creating Makefile.inc
diff --git a/download/nlopt/config.log b/download/nlopt/config.log
deleted file mode 100644
index 80099fc..0000000
--- a/download/nlopt/config.log
+++ /dev/null
@@ -1,34 +0,0 @@
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by FreeFem++ config.status 3.20, which was
-generated by GNU Autoconf 2.69.  Invocation command line was
-
-  CONFIG_FILES    = 
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ../../config.status --file=Make.defs:Make.inc
-
-on filippos
-
-config.status:1055: creating Make.defs
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by FreeFem++ config.status 3.20, which was
-generated by GNU Autoconf 2.69.  Invocation command line was
-
-  CONFIG_FILES    = 
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ../../config.status --file=Make.defs:Make.inc
-
-on filippos
-
-config.status:1055: creating Make.defs
diff --git a/examples++-load/Makefile.am b/examples++-load/Makefile.am
index 488917d..62d3c91 100644
--- a/examples++-load/Makefile.am
+++ b/examples++-load/Makefile.am
@@ -157,7 +157,8 @@ install-exec-local:: load_compile
 	$(INSTALL_DATA)  clapack.h ppmimg.h  bmo.hpp msh3.hpp pcm.hpp  include/*   $(DESTDIR)$(ff_prefix_dir)/include
 	$(INSTALL)  -m 555 $(LIST_COMPILE) $(DESTDIR)$(ff_prefix_dir)/lib
 	echo loadpath += \"./\"  >$(DESTDIR)$(ff_prefix_dir)/etc/freefem++.pref
-	echo loadpath += \"$(prefix)/lib/freefem++\"  >>$(DESTDIR)$(ff_prefix_dir)/etc/freefem++.pref
+	echo loadpath += \"$(ff_prefix_dir)/lib\"  >>$(DESTDIR)$(ff_prefix_dir)/etc/freefem++.pref
+	echo includepath += \"$(ff_prefix_dir)/idp\"  >>$(DESTDIR)$(ff_prefix_dir)/etc/freefem++.pref
 	$(INSTALL_SCRIPT) ff-c++  $(DESTDIR)${bindir}
 	$(INSTALL_SCRIPT) ff-pkg-download  $(DESTDIR)${bindir}
 	$(INSTALL_SCRIPT) ff-get-dep  $(DESTDIR)${bindir}
diff --git a/examples++-load/Makefile.in b/examples++-load/Makefile.in
index 86db429..8de9fb0 100644
--- a/examples++-load/Makefile.in
+++ b/examples++-load/Makefile.in
@@ -778,7 +778,8 @@ install-exec-local:: load_compile
 	$(INSTALL_DATA)  clapack.h ppmimg.h  bmo.hpp msh3.hpp pcm.hpp  include/*   $(DESTDIR)$(ff_prefix_dir)/include
 	$(INSTALL)  -m 555 $(LIST_COMPILE) $(DESTDIR)$(ff_prefix_dir)/lib
 	echo loadpath += \"./\"  >$(DESTDIR)$(ff_prefix_dir)/etc/freefem++.pref
-	echo loadpath += \"$(prefix)/lib/freefem++\"  >>$(DESTDIR)$(ff_prefix_dir)/etc/freefem++.pref
+	echo loadpath += \"$(ff_prefix_dir)/lib\"  >>$(DESTDIR)$(ff_prefix_dir)/etc/freefem++.pref
+	echo includepath += \"$(ff_prefix_dir)/idp\"  >>$(DESTDIR)$(ff_prefix_dir)/etc/freefem++.pref
 	$(INSTALL_SCRIPT) ff-c++  $(DESTDIR)${bindir}
 	$(INSTALL_SCRIPT) ff-pkg-download  $(DESTDIR)${bindir}
 	$(INSTALL_SCRIPT) ff-get-dep  $(DESTDIR)${bindir}
diff --git a/examples++-load/WHERE_LIBRARY b/examples++-load/WHERE_LIBRARY
deleted file mode 100644
index e69de29..0000000
diff --git a/examples++-load/WHERE_LIBRARY-download-new b/examples++-load/WHERE_LIBRARY-download-new
deleted file mode 100644
index e69de29..0000000
diff --git a/examples++-load/all.edp b/examples++-load/all.edp
index 33b2722..ac73a52 100644
--- a/examples++-load/all.edp
+++ b/examples++-load/all.edp
@@ -15,6 +15,14 @@ verbosity=verbosityy;
 verbosity=verbosityy;
 { include "APk-MetricPk.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : IPOTest.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "IPOTest.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : IpOptMinSurf.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "IpOptMinSurf.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
  cout << "--------- file : IpoptLap.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;
 { include "IpoptLap.edp";};
@@ -31,6 +39,10 @@ verbosity=verbosityy;
 verbosity=verbosityy;
 { include "IpoptVI2.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : IsoSurfVol.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "IsoSurfVol.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
  cout << "--------- file : LapDG3.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;
 { include "LapDG3.edp";};
@@ -39,10 +51,22 @@ verbosity=verbosityy;
 verbosity=verbosityy;
 { include "LapDG4.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : LapLNewSolver.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "LapLNewSolver.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
  cout << "--------- file : LapMUMPS_seq.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;
 { include "LapMUMPS_seq.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : LapNewSolver.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "LapNewSolver.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : LapUmfpack64.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "LapUmfpack64.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
  cout << "--------- file : LaplaceP3.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;
 { include "LaplaceP3.edp";};
@@ -59,13 +83,21 @@ verbosity=verbosityy;
 verbosity=verbosityy;
 { include "Leman-mesh.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : MetricKuate.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "MetricKuate.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
  cout << "--------- file : NSP2BRP0.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;
 { include "NSP2BRP0.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
- cout << "--------- file : SuperLu.edp --------------------------------------------------------" << endl;
+ cout << "--------- file : SuperLU.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;
-{ include "SuperLu.edp";};
+{ include "SuperLU.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : VIJumpP2sparse.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "VIJumpP2sparse.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
  cout << "--------- file : VarIneq2.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;
@@ -75,6 +107,18 @@ verbosity=verbosityy;
 verbosity=verbosityy;
 { include "bilapMorley.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : bmo.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "bmo.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : buildlayermesh.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "buildlayermesh.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : checkglumeshcube.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "checkglumeshcube.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
  cout << "--------- file : cmaes-VarIneq.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;
 { include "cmaes-VarIneq.edp";};
@@ -87,6 +131,10 @@ verbosity=verbosityy;
 verbosity=verbosityy;
 { include "convect_dervieux.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : convectchacon-3d.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "convectchacon-3d.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
  cout << "--------- file : convectchacon.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;
 { include "convectchacon.edp";};
@@ -107,26 +155,58 @@ verbosity=verbosityy;
 verbosity=verbosityy;
 { include "funcTemplate.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : glumesh3D.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "glumesh3D.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : gsl.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "gsl.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : gsl1.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "gsl1.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
  cout << "--------- file : ilut.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;
 { include "ilut.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : isoline.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "isoline.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
  cout << "--------- file : lame-TD-NSS.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;
 { include "lame-TD-NSS.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : lap-solvers.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "lap-solvers.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
  cout << "--------- file : lapack.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;
 { include "lapack.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : layer.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "layer.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
  cout << "--------- file : load.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;
 { include "load.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : meditddm.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "meditddm.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
  cout << "--------- file : metis.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;
 { include "metis.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : mshmet.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "mshmet.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
  cout << "--------- file : myType.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;
 { include "myType.edp";};
@@ -151,10 +231,22 @@ verbosity=verbosityy;
 verbosity=verbosityy;
 { include "plot-fb-P4dc.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : plotfb.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "plotfb.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
  cout << "--------- file : ppm2rnm.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;
 { include "ppm2rnm.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : provadxw.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "provadxw.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : refinesphere.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "refinesphere.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
  cout << "--------- file : schwarz-nm.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;
 { include "schwarz-nm.edp";};
@@ -183,6 +275,10 @@ verbosity=verbosityy;
 verbosity=verbosityy;
 { include "test-ElementMixte.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : testFE-P13ddc.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "testFE-P13ddc.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
  cout << "--------- file : testFE-P3.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;
 { include "testFE-P3.edp";};
@@ -191,6 +287,14 @@ verbosity=verbosityy;
 verbosity=verbosityy;
 { include "testFE-P3dc.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : testFE-P4.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "testFE-P4.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : testFE-P4dc.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "testFE-P4dc.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
  cout << "--------- file : testFE-PkEdge.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;
 { include "testFE-PkEdge.edp";};
@@ -203,6 +307,18 @@ verbosity=verbosityy;
 verbosity=verbosityy;
 { include "testFEMorley.edp";};
  cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : tetgencube.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "tetgencube.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : tetgenholeregion.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "tetgenholeregion.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
+ cout << "--------- file : tetgenholeregion_rugby.edp --------------------------------------------------------" << endl;
+verbosity=verbosityy;
+{ include "tetgenholeregion_rugby.edp";};
+ cout << "------------------------------------------------------------------------------ " << endl;
  cout << "--------- file : thresholdings.edp --------------------------------------------------------" << endl;
 verbosity=verbosityy;
 { include "thresholdings.edp";};
diff --git a/examples++-load/load.link.in b/examples++-load/load.link.in
index 4eb1402..8224bba 100755
--- a/examples++-load/load.link.in
+++ b/examples++-load/load.link.in
@@ -197,7 +197,7 @@ case "$WIN32$uu" in
         FLAGS=' '
         LIBS="'$b/libff.dll' $LIBS $DLL"
         SUF=dll;;
-    FreeBSD|NetBSD|GNU/kFreeBSD|GNU)
+    FreeBSD|NetBSD)
 	SHARED="-shared" 
 	FLAGS='-fPIC';;
 	# 64 bit Linux needs -fPIC (ALH)
diff --git a/examples++-load/makeref.edp b/examples++-load/makeref.edp
new file mode 100644
index 0000000..a7fd99b
--- /dev/null
+++ b/examples++-load/makeref.edp
@@ -0,0 +1,200 @@
+// Regression tests
+// ----------------
+
+// $Id$
+
+// Regression tests
+// ----------------
+
+// The tests are checked against reference values by "make check" in
+// each examples subdirectory
+
+// "ref.edp" contains all reference values and may be rebuilt with
+// "make Ref"
+
+// $Id$
+
+// The values tested here may not have a physical or mathematical
+// meaning. Their main property is to gather numerical values from the
+// whole domain, to be checked for consistency with previous runs.
+
+NoUseOfWait=true;
+int verbosityy=verbosity;
+
+
+
+
+ofstream ref("ref.edp");
+
+
+
+
+
+// The values tested here may not have a physical or mathematical
+// meaning. Their main property is to gather numerical values from the
+// whole domain, to be checked for consistency with previous runs.
+cout << "--------- file : load.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "load.edp";
+	real TESTload=uh[].max;
+		ref<<"real REFload="<<TESTload<<";"<<endl;
+};
+
+cout << "--------- file : testFE.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "testFE.edp";
+	
+};
+
+cout << "--------- file : testFEMorley.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "testFEMorley.edp";
+	
+};
+
+cout << "--------- file : funcTemplate.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "funcTemplate.edp";
+	
+};
+
+cout << "--------- file : LapDG3.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "LapDG3.edp";
+	
+};
+
+cout << "--------- file : LapDG4.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "LapDG4.edp";
+	
+};
+
+cout << "--------- file : LaplaceP3.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "LaplaceP3.edp";
+	
+};
+
+cout << "--------- file : LaplaceP4.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "LaplaceP4.edp";
+	
+};
+
+cout << "--------- file : bilapMorley.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "bilapMorley.edp";
+	
+};
+
+cout << "--------- file : plot-fb-P3.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "plot-fb-P3.edp";
+	
+};
+
+cout << "--------- file : plot-fb-P3dc.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "plot-fb-P3dc.edp";
+	
+};
+
+cout << "--------- file : plot-fb-P4.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "plot-fb-P4.edp";
+	
+};
+
+cout << "--------- file : plot-fb-P4dc.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "plot-fb-P4dc.edp";
+	
+};
+
+cout << "--------- file : splitmesh3.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "splitmesh3.edp";
+	
+};
+
+cout << "--------- file : splitmesh6.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "splitmesh6.edp";
+	
+};
+
+cout << "--------- file : testFE-PkEdge.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "testFE-PkEdge.edp";
+	
+};
+
+cout << "--------- file : testFE.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "testFE.edp";
+	
+};
+
+cout << "--------- file : testFEMorley.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "testFEMorley.edp";
+	
+};
+
+
+
diff --git a/examples++-load/regtests.edp b/examples++-load/regtests.edp
new file mode 100644
index 0000000..b0095de
--- /dev/null
+++ b/examples++-load/regtests.edp
@@ -0,0 +1,203 @@
+// Regression tests
+// ----------------
+
+// $Id$
+
+// Regression tests
+// ----------------
+
+// The tests are checked against reference values by "make check" in
+// each examples subdirectory
+
+// "ref.edp" contains all reference values and may be rebuilt with
+// "make Ref"
+
+// $Id$
+
+// The values tested here may not have a physical or mathematical
+// meaning. Their main property is to gather numerical values from the
+// whole domain, to be checked for consistency with previous runs.
+
+NoUseOfWait=true;
+int verbosityy=verbosity;
+
+
+
+
+include "ref.edp";
+
+
+
+
+
+// The values tested here may not have a physical or mathematical
+// meaning. Their main property is to gather numerical values from the
+// whole domain, to be checked for consistency with previous runs.
+cout << "--------- file : load.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "load.edp";
+	real TESTload=uh[].max;
+		cout<<"load reference value = "<<REFload
+				<<" test value ="<<TESTload<<endl;
+			assert(TESTload<REFload*(1+0.0001));
+				assert(TESTload>REFload*(1-0.0001));
+};
+
+cout << "--------- file : testFE.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "testFE.edp";
+	
+};
+
+cout << "--------- file : testFEMorley.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "testFEMorley.edp";
+	
+};
+
+cout << "--------- file : funcTemplate.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "funcTemplate.edp";
+	
+};
+
+cout << "--------- file : LapDG3.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "LapDG3.edp";
+	
+};
+
+cout << "--------- file : LapDG4.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "LapDG4.edp";
+	
+};
+
+cout << "--------- file : LaplaceP3.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "LaplaceP3.edp";
+	
+};
+
+cout << "--------- file : LaplaceP4.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "LaplaceP4.edp";
+	
+};
+
+cout << "--------- file : bilapMorley.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "bilapMorley.edp";
+	
+};
+
+cout << "--------- file : plot-fb-P3.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "plot-fb-P3.edp";
+	
+};
+
+cout << "--------- file : plot-fb-P3dc.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "plot-fb-P3dc.edp";
+	
+};
+
+cout << "--------- file : plot-fb-P4.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "plot-fb-P4.edp";
+	
+};
+
+cout << "--------- file : plot-fb-P4dc.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "plot-fb-P4dc.edp";
+	
+};
+
+cout << "--------- file : splitmesh3.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "splitmesh3.edp";
+	
+};
+
+cout << "--------- file : splitmesh6.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "splitmesh6.edp";
+	
+};
+
+cout << "--------- file : testFE-PkEdge.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "testFE-PkEdge.edp";
+	
+};
+
+cout << "--------- file : testFE.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "testFE.edp";
+	
+};
+
+cout << "--------- file : testFEMorley.edp -----------------" << endl;
+verbosity=verbosityy;
+{
+		
+	
+	include "testFEMorley.edp";
+	
+};
+
+
+
diff --git a/examples++-mpi/cmaes.o b/examples++-mpi/cmaes.o
deleted file mode 100644
index 2e58f4d..0000000
Binary files a/examples++-mpi/cmaes.o and /dev/null differ
diff --git a/examples++-mpi/mpi-cmaes.o b/examples++-mpi/mpi-cmaes.o
deleted file mode 100644
index d35c42e..0000000
Binary files a/examples++-mpi/mpi-cmaes.o and /dev/null differ
diff --git a/examples++-mpi/mpi-cmaes.so b/examples++-mpi/mpi-cmaes.so
deleted file mode 100755
index c9b0ebc..0000000
Binary files a/examples++-mpi/mpi-cmaes.so and /dev/null differ
diff --git a/examples-bamg/test/dotest.pl b/examples-bamg/test/dotest.pl
index 115c0cb..3c307b0 100755
--- a/examples-bamg/test/dotest.pl
+++ b/examples-bamg/test/dotest.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/local/bin/perl
 # -----  clean ---
 unlink <*.mesh>;
 unlink <*.am_fmt>;
diff --git a/src/Graphics/sansrgraph.cpp b/src/Graphics/sansrgraph.cpp
index f6399d8..bec15fc 100644
--- a/src/Graphics/sansrgraph.cpp
+++ b/src/Graphics/sansrgraph.cpp
@@ -34,7 +34,6 @@ using namespace std;
 #include <iostream>
 #include <cassert>
 #include "rgraph.hpp"
-#include <unistd.h>
 
 #include "error.hpp"
 #ifdef macintoshxx
diff --git a/src/Graphics/xglrgraf.cpp b/src/Graphics/xglrgraf.cpp
index 5ef17c4..eb64a34 100644
--- a/src/Graphics/xglrgraf.cpp
+++ b/src/Graphics/xglrgraf.cpp
@@ -27,5 +27,4 @@
  */
 #define XGL
 #define FF_GRAPH_SET_PTR
-#include <unistd.h>
 #include "glrgraph.hpp"

-- 
FreeFem++ packaging



More information about the debian-science-commits mailing list