aboutsummaryrefslogtreecommitdiff
path: root/math/freefem++
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2009-08-23 19:44:53 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2009-08-23 19:44:53 +0000
commit6630f447f1ddbbfa99b592f5bf9e2ad20769c7f2 (patch)
treea06b784ea777aa636c6a9074fb077e46f6735b12 /math/freefem++
parent350c62cd5d2d4daca7b519dc4d9be13dff2f574a (diff)
downloadports-6630f447f1ddbbfa99b592f5bf9e2ad20769c7f2.tar.gz
ports-6630f447f1ddbbfa99b592f5bf9e2ad20769c7f2.zip
Remove math/freefem++ per deprecation note.
Notes
Notes: svn path=/head/; revision=240221
Diffstat (limited to 'math/freefem++')
-rw-r--r--math/freefem++/Makefile146
-rw-r--r--math/freefem++/distinfo3
-rw-r--r--math/freefem++/files/patch-DOC_freefem++doc.tex11
-rw-r--r--math/freefem++/files/patch-configure20
-rw-r--r--math/freefem++/files/patch-examples++-tutorial::Makefile.in11
-rw-r--r--math/freefem++/files/patch-src_Makefile.in13
-rw-r--r--math/freefem++/pkg-descr15
-rw-r--r--math/freefem++/pkg-plist540
8 files changed, 0 insertions, 759 deletions
diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile
deleted file mode 100644
index 8fd851f0159d..000000000000
--- a/math/freefem++/Makefile
+++ /dev/null
@@ -1,146 +0,0 @@
-# New ports collection makefile for: FreeFem++
-# Date created: 17 October 2003
-# Whom: thierry@pompo.net
-#
-# $FreeBSD$
-#
-
-PORTNAME= freefem++
-DISTVERSION= 3.0-5
-PORTREVISION= 2
-CATEGORIES= math science
-MASTER_SITES= http://www.freefem.org/ff++/ftp/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= An implementation of a language dedicated to the finite element method
-
-LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk-threads \
- fftw3.5:${PORTSDIR}/math/fftw3 \
- umfpack.1:${PORTSDIR}/math/suitesparse \
- arpack.1:${PORTSDIR}/math/arpack \
- gsl.13:${PORTSDIR}/math/gsl
-BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \
- dvips:${PORTSDIR}/print/dvipsk-tetex \
- pdflatex:${PORTSDIR}/print/teTeX-base \
- ${LOCALBASE}/lib/libtet.a:${PORTSDIR}/math/tetgen
-RUN_DEPENDS= dvips:${PORTSDIR}/print/dvipsk-tetex \
- pdflatex:${PORTSDIR}/print/teTeX-base \
- bamg:${PORTSDIR}/math/bamg
-
-RESTRICTED= No resale or commercial use
-DEPRECATED= fails to compile with up-to-date compilers, nobody really interested
-EXPIRATION_DATE=2009-08-20
-
-USE_FORTRAN= yes
-FORTRANLIBDIR= `${DIRNAME} \`${FC} -print-libgcc-file-name\``
-FORTRANLIBDIR2= `${DIRNAME} \`${FC} -print-libgcc-file-name\``/../../../
-USE_BISON= build
-USE_GL= glut
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-download \
- --without-wget \
- --without-cadna \
- --with-blas="${BLAS}" \
- --with-lapack="${LAPACK}" \
- --with-amd="-lamd" \
- --with-umfpack="-lumfpack" \
- --with-arpack="${ARPACK}"
-CONFIGURE_ENV= CPPFLAGS="${MPICFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/suitesparse/include ${PTHREAD_CFLAGS}" \
- LDFLAGS="${MPILDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"
-
-DOC_TARGET= freefem++doc.pdf
-PORTDOCS= AUTHORS BUGS COPYING HISTORY HISTORY_BEFORE_2005 INNOVATION README TODO ${DOC_TARGET}
-BADSAMPLES= load/myfunction.o
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "amd64"
-MAKE_ARGS+= "PIC=-fPIC"
-.endif
-
-.if ${ARCH} == "sparc64"
-CONFIGURE_ARGS+= --disable-optim
-.endif
-
-.if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS)
-WITH_ATLAS= yes
-.endif
-.if defined(WITH_ATLAS)
-LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas
-BLAS= -lcblas -lf77blas -latlas -L${FORTRANLIBDIR} -L${FORTRANLIBDIR2} -lgfortranbegin -lgfortran
-LAPACK= -lalapack ${BLAS}
-ARPACK= -larpack
-.else
-LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas
-LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack
-BLAS= -lblas
-LAPACK= -llapack ${BLAS}
-ARPACK= -larpack
-.endif
-
-.if exists(${LOCALBASE}/mpich2/include/mpicxx.h) && !defined(WITHOUT_MPI)
-WITH_MPI= yes
-.endif
-.if defined(WITH_MPI)
-BUILD_DEPENDS+= ${LOCALBASE}/mpich2/bin/mpicxx:${PORTSDIR}/net/mpich2
-RUN_DEPENDS+= ${LOCALBASE}/mpich2/bin/mpiexec:${PORTSDIR}/net/mpich2
-MPICFLAGS= -I${LOCALBASE}/mpich2/include -DMPICH_IGNORE_CXX_SEEK
-MPILDFLAGS= -L${LOCALBASE}/mpich2/lib
-CONFIGURE_ENV+= PATH="$$PATH:${LOCALBASE}/mpich2/bin"
-CONFIGURE_ARGS+= --with-mpi=${LOCALBASE}/mpich2/bin/mpicxx
-PLIST_SUB+= MPI=""
-.else
-PLIST_SUB+= MPI="@comment "
-CONFIGURE_ARGS+= --without-mpi
-.endif
-
-pre-configure:
- ${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" \
- -e "s|/usr/X11R6|${LOCALBASE}|g" \
- ${WRKSRC}/${CONFIGURE_SCRIPT}
- ${REINPLACE_CMD} -e "s|mpicc|${LOCALBASE}/mpich2/bin/mpicxx|" \
- ${WRKSRC}/src/mpi/Makefile.in
-.for sf in configure src/mpi/parallelempi.cpp
- ${REINPLACE_CMD} -e 's|mpi++.h|mpicxx.h|' ${WRKSRC}/${sf}
-.endfor
-# ${FIND} ${WRKSRC} -name "*.edp" | ${XARGS} \
-# ${REINPLACE_CMD} -e 's|exec("medit|// exec("medit|g'
-
-post-build:
-.if !defined(NOPORTDOCS)
- (cd ${BUILD_WRKSRC}/DOC; \
- ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${DOC_TARGET}; \
- ${CP} ${DOC_TARGET} ${BUILD_WRKSRC})
-.endif
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
- @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
-.endif
-.if !defined(NOPORTEXAMPLES)
-. for direx in "" -3d -bug -chapt3 -eigen -load -mpi -other -tutorial
- cd ${WRKSRC}/examples++${direx} && ${FIND} . -type d \
- -exec ${MKDIR} ${EXAMPLESDIR}/${direx:S/-//}/{} \;
- cd ${WRKSRC}/examples++${direx} && ${FIND} -L . -type f \
- -exec ${INSTALL_DATA} ${WRKSRC}/examples++${direx}/{} \
- ${EXAMPLESDIR}/${direx:S/-//} \;
-. endfor
- ${FIND} ${EXAMPLESDIR} -name "Makefile*" -delete
- ${RMDIR} ${EXAMPLESDIR}/load/include
-. for sample in ${BADSAMPLES}
- ${RM} ${EXAMPLESDIR}/${sample}
-. endfor
- @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."
-.endif
-
-.if defined(MAINTAINER_MODE)
-regression-test: install
- # Gnuplot and medit needed! Click on the picture to end a set.
- (cd ${WRKSRC}/examples++ && \
- ${PREFIX}/bin/FreeFem++ regtests.edp)
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/math/freefem++/distinfo b/math/freefem++/distinfo
deleted file mode 100644
index 235fc8612538..000000000000
--- a/math/freefem++/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (freefem++-3.0-5.tar.gz) = fcdaff128c57fb95427954cbe2f52a61
-SHA256 (freefem++-3.0-5.tar.gz) = c5b57867845e12b45043d4c877131b26b948265248d5858317e44ffaf32a1bb1
-SIZE (freefem++-3.0-5.tar.gz) = 11251188
diff --git a/math/freefem++/files/patch-DOC_freefem++doc.tex b/math/freefem++/files/patch-DOC_freefem++doc.tex
deleted file mode 100644
index 32f8b068e6a3..000000000000
--- a/math/freefem++/files/patch-DOC_freefem++doc.tex
+++ /dev/null
@@ -1,11 +0,0 @@
---- DOC/freefem++doc.tex.orig 2009-01-20 20:56:56.000000000 +0100
-+++ DOC/freefem++doc.tex 2009-02-04 21:52:13.000000000 +0100
-@@ -167,7 +167,7 @@
- \includegraphics[height=1.7cm]{LogoLJLL} \hss
- \includegraphics[height=1.7cm]{LogoUPMC} \hss
- %\includegraphics[height=1.7cm]{LogoCNRS} \hss
--\includegraphics[height=1.7cm]{logo-finance-par-anr} \hss
-+%\includegraphics[height=1.7cm]{logo-finance-par-anr} \hss
- }
- \bigskip
-
diff --git a/math/freefem++/files/patch-configure b/math/freefem++/files/patch-configure
deleted file mode 100644
index b227d82fb79e..000000000000
--- a/math/freefem++/files/patch-configure
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig 2009-01-20 20:16:21.000000000 +0100
-+++ configure 2009-02-04 22:28:52.000000000 +0100
-@@ -6091,7 +6091,7 @@
- # date is only useful for config-version.h
-
- test "$prefix" = NONE && prefix="$ac_default_prefix"
--ff_prefix_dir="${prefix}/lib/ff++/$VERSION"
-+ff_prefix_dir="${prefix}"
- { echo "$as_me:$LINENO: checking prefix dir freefem++ " >&5
- echo $ECHO_N "checking prefix dir freefem++ ... $ECHO_C" >&6; }
- { echo "$as_me:$LINENO: result: $ff_prefix_dir" >&5
-@@ -11444,7 +11444,7 @@
-
-
-
--for ac_header in mpicxx.h mpi/cxx/mpicxx.h ompi/mpi/cxx/mpicxx.h openmpi/ompi/mpi/cxx/mpicxx.h mpi++.h
-+for ac_header in mpi.h mpicxx.h mpi/cxx/mpicxx.h ompi/mpi/cxx/mpicxx.h openmpi/ompi/mpi/cxx/mpicxx.h mpi++.h
- do
- as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
- if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
diff --git a/math/freefem++/files/patch-examples++-tutorial::Makefile.in b/math/freefem++/files/patch-examples++-tutorial::Makefile.in
deleted file mode 100644
index 9ccedbefff71..000000000000
--- a/math/freefem++/files/patch-examples++-tutorial::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- examples++-tutorial/Makefile.in.orig Wed Jul 7 14:47:45 2004
-+++ examples++-tutorial/Makefile.in Sat Jul 10 21:10:37 2004
-@@ -290,7 +290,7 @@
- uninstall-info-am
-
-
--all-local: all.edp regtests.edp
-+all-local: all.edp
-
- all.edp:
- (echo "NoUseOfWait=true;int verbosityy=verbosity;"; \
diff --git a/math/freefem++/files/patch-src_Makefile.in b/math/freefem++/files/patch-src_Makefile.in
deleted file mode 100644
index fa876ea95c40..000000000000
--- a/math/freefem++/files/patch-src_Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/Makefile.in.orig 2009-01-20 20:56:57.000000000 +0100
-+++ src/Makefile.in 2009-02-04 10:33:30.000000000 +0100
-@@ -239,8 +239,9 @@
- target_alias = @target_alias@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
-+# FreeBSD patch: don't install bamg, which is available as math/bamg
- SUBDIRS = bamglib femlib Graphics Algo lglib fflib std x11 \
--nw mpi agl glx ide bamg libMesh medit bin-win32
-+nw mpi agl glx ide libMesh medit bin-win32
-
- EXTRA_DIST = FreeFem++-CoCoa Carbon.r
- all: all-recursive
diff --git a/math/freefem++/pkg-descr b/math/freefem++/pkg-descr
deleted file mode 100644
index 826dfb825e05..000000000000
--- a/math/freefem++/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-FreeFem++ is an implementation of a language dedicated to the finite element
-method.
-
-It provides you a way to solve Partial Differential Equations (PDE) simply.
-Problems involving partial differential equations (pde) of several branches
-of physics such as fluid-structure interactions require interpolations of
-data on several meshes and their manipulation within one program. In this
-report we build on a fast quadtree-based interpolation algorithm, propose
-a language for the manipulation of data on multiple meshes (generated with
-bamg) and test by designing an extension of freefem and of freefem+.
-
-Suggested add-ons: the ports graphics/xd3d, science/medit and math/gnuplot
-(medit and gnuplot are requested to run some examples).
-
-WWW: http://www.freefem.org/ff++/
diff --git a/math/freefem++/pkg-plist b/math/freefem++/pkg-plist
deleted file mode 100644
index 8d300a321848..000000000000
--- a/math/freefem++/pkg-plist
+++ /dev/null
@@ -1,540 +0,0 @@
-bin/FreeFem++
-bin/FreeFem++-glx
-bin/FreeFem++-nw
-%%MPI%%bin/FreeFem++-mpi
-bin/FreeFem++-x11
-bin/ff-c++
-bin/ffglut
-bin/ffmedit
-etc/freefem++.pref
-include/AFunction.hpp
-include/AddNewFE.h
-include/AnyType.hpp
-include/BFGS.hpp
-include/BamgFreeFem.hpp
-include/BrentLS.hpp
-include/CG.hpp
-include/CGNL.hpp
-include/CodeAlloc.hpp
-include/CubicLS.hpp
-include/DOperator.hpp
-include/FESpace.hpp
-include/FESpacen.hpp
-include/FQuadTree.hpp
-include/GQuadTree.hpp
-include/GenericMesh.hpp
-include/HashTable.hpp
-include/HeapSort.hpp
-include/InitFunct.hpp
-include/Label.hpp
-include/LineSearch.hpp
-include/MatriceCreuse.hpp
-include/MatriceCreuse_tpl.hpp
-include/Mesh1dn.hpp
-include/Mesh2.h
-include/Mesh2dn.hpp
-include/Mesh3dn.hpp
-include/MeshPoint.hpp
-include/Meshio.h
-include/Metric.h
-include/NRJ.hpp
-include/NewtonRaphson.hpp
-include/Operator.hpp
-include/Optima.hpp
-include/Param.hpp
-include/PkLagrange.hpp
-include/PlotStream.hpp
-include/QuadTree.h
-include/QuadratureFormular.hpp
-include/R1.hpp
-include/R2.h
-include/R2.hpp
-include/R3.hpp
-include/RNM.hpp
-include/RNM_op.hpp
-include/RNM_opc.hpp
-include/RNM_tpl.hpp
-include/RefCounter.hpp
-include/RosenBrock.hpp
-include/Serialize.hpp
-include/SetOfE4.h
-include/String.hpp
-include/array_init.hpp
-include/array_resize.hpp
-include/array_tlp.hpp
-include/assertion.hpp
-include/config-wrapper.h
-include/config.h
-include/defs.hpp
-include/endian.hpp
-include/environment.hpp
-include/error.hpp
-include/fem.hpp
-include/fem3.hpp
-include/ff++.hpp
-include/ffstack.hpp
-include/getprog-unix.hpp
-include/glrgraph.hpp
-include/gmres.hpp
-include/lex.hpp
-include/lg.tab.hpp
-include/lgfem.hpp
-include/lgmesh3.hpp
-include/lgsolver.hpp
-include/libmesh5.h
-include/meshtype.h
-include/mode_open.hpp
-include/problem.hpp
-include/rgraph.hpp
-include/showverb.hpp
-include/strversionnumber.hpp
-include/throwassert.hpp
-include/ufunction.hpp
-include/versionnumber.hpp
-lib/BernadiRaugel.so
-lib/Element_P3.so
-lib/Element_P3dc.so
-lib/Element_P4.so
-lib/Element_P4dc.so
-lib/Element_PkEdge.so
-lib/Morley.so
-lib/addNewType.so
-lib/ffrandom.so
-lib/funcTemplate.so
-lib/lgbmo.so
-lib/mat_dervieux.so
-lib/mat_psi.so
-lib/medit.so
-lib/msh3.so
-lib/myfunction.so
-lib/qf11to25.so
-lib/splitmesh3.so
-lib/splitmesh6.so
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/._NSP1P1.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/._NSP1P1b.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/3d/._Lac.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/3d/._Laplace3d.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/3d/._Stokes.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/3d/._first.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/3d/ArrayFE-3d.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/3d/Lac.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/3d/Laplace3d.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/3d/NSI3d-carac.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/3d/NSI3d.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/3d/Poisson.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/3d/Poisson3d.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/3d/Stokes.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/3d/all.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/3d/convect-3d.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/3d/dodecaedre01.mesh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/3d/first.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/3d/p.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/3d/ref.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/3d/refinesphere.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/3d/regtests.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/3d/regtests.m4
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/D2.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/FE-medit.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/NSP1P1.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/NSP1P1b.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/NSP1P2.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Richard.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/aaRT.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/aaa-adp.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/aadaptation.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/aalapacien.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/aalaplace-nc.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/aamove.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/all.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/arrayoFVh.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bilap.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug/._MassP0.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug/._bugRT.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug/AAA.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug/MassP0.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug/NSP1P2.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug/P2b.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug/SegmentationFault.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug/a.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug/a0.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug/aa.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug/b.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug/bb.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug/bug-arg-string.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug/bug-mesh.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug/bug-toto.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug/bugRT.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug/bugborder.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug/bugf.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug/bugv1.18.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug/fe-vect.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug/func.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug/laptopbig.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug/ll.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug/mesh.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug/zArithmetic_bug1.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ccc-adp.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chapt3/._lame.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chapt3/._membranerror.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chapt3/._stokes.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chapt3/BlackScholes2D.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chapt3/NSprojection.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chapt3/all.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chapt3/condensor.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chapt3/convects.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chapt3/heatex.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chapt3/lame.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chapt3/membrane.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chapt3/membranerror.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chapt3/muwave.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chapt3/optimcontrol.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chapt3/potential.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chapt3/ref.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chapt3/regtests.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chapt3/regtests.m4
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chapt3/schwarz.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chapt3/sound.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chapt3/stokes.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chapt3/test1.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chapt3/testbed.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chapt3/thermal.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chapt3/thermic.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo1.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eigen/._Stokes-eigen.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eigen/BeamEigenValue.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eigen/BeamEigenValueperio.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eigen/LapComplexEigenValue.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eigen/LapEigenValue.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eigen/LapnosymEigenValue.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eigen/Stokes-eigen.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eigen/all.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eigen/bb.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eigen/neuman.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eigen/testeigen.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/funct.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/include.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lap_mat.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lapacienprecon.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/._LapDG4.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/._LaplaceP4.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/._bilapMorley.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/._testFE.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/._testFEMorley.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/AFunction.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/AFunction_ext.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/AddNewFE.h
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/AnyType.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/BFGS.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/BamgFreeFem.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/BernadiRaugel.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/BernadiRaugel.o
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/BernadiRaugel.so
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/BrentLS.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/CG.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/CGNL.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/CodeAlloc.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/CubicLS.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/DOperator.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Element_P3.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Element_P3.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Element_P3.o
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Element_P3.so
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Element_P3dc.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Element_P3dc.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Element_P3dc.o
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Element_P3dc.so
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Element_P4.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Element_P4.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Element_P4.o
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Element_P4.so
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Element_P4dc.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Element_P4dc.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Element_P4dc.o
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Element_P4dc.so
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Element_PkEdge.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Element_PkEdge.o
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Element_PkEdge.so
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/FESpace.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/FESpacen.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/FQuadTree.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/GQuadTree.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/GenericMesh.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/HashTable.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/HeapSort.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/InitFunct.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Label.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/LapDG3.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/LapDG4.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/LaplaceP3.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/LaplaceP4.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/LineSearch.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/MatriceCreuse.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/MatriceCreuse_tpl.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Mesh1dn.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Mesh2.h
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Mesh2dn.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Mesh3dn.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/MeshPoint.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Meshio.h
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Metric.h
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Morley.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Morley.o
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Morley.so
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/NRJ.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/NSP2BRP0.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/NewSolver.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/NewtonRaphson.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Operator.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Optima.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Param.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/PkLagrange.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/PlotStream.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/QuadTree.h
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/QuadratureFormular.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/R1.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/R2.h
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/R2.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/R3.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/REAME_SuperLU
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/RNM.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/RNM_op.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/RNM_opc.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/RNM_tpl.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/RefCounter.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/RosenBrock.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/Serialize.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/SetOfE4.h
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/String.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/SuperLu.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/SuperLu.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/addNewType.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/addNewType.o
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/addNewType.so
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/all.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/array_init.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/array_resize.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/array_tlp.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/assertion.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/bilapMorley.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/bmo.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/bmo.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/bmo.o
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/config-wrapper.h
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/config.h
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/config.log
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/convect_dervieux.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/convectchacon.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/defs.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/dfft.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/dfft.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/dfft.link
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/endian.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/environment.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/error.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/fem.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/fem3.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/ff++.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/ff-c++
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/ffrandom.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/ffrandom.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/ffrandom.o
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/ffrandom.so
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/ffstack.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/funcTemplate.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/funcTemplate.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/funcTemplate.o
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/funcTemplate.so
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/getprog-unix.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/glrgraph.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/gmres.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/include.tar.gz
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/lex.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/lg.tab.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/lgbmo.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/lgbmo.o
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/lgbmo.so
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/lgfem.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/lgmesh3.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/lgsolver.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/libmesh5.h
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/load.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/load.link
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/load.link.in
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/makeref.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/mat_dervieux.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/mat_dervieux.o
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/mat_dervieux.so
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/mat_psi.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/mat_psi.o
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/mat_psi.so
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/medit.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/medit.o
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/medit.so
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/meshtype.h
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/mode_open.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/msh3.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/msh3.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/msh3.o
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/msh3.so
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/myType.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/myfunction.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/myfunction.so
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/plot-fb-P3.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/plot-fb-P3dc.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/plot-fb-P4.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/plot-fb-P4dc.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/problem.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/qf11to25.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/qf11to25.o
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/qf11to25.so
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/ref.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/regtests.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/regtests.m4
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/rgraph.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/showverb.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/splitmesh3.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/splitmesh3.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/splitmesh3.o
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/splitmesh3.so
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/splitmesh6.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/splitmesh6.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/splitmesh6.o
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/splitmesh6.so
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/strversionnumber.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/testFE-P3.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/testFE-P3dc.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/testFE-PkEdge.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/testFE.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/testFEMorley.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/tetgen.cpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/throwassert.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/ufunction.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/load/versionnumber.hpp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/makeref.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mpi/._mortar-DN-4-mpi.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mpi/._mortar-msh.hdp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mpi/essai.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mpi/mortar-DN-4-mpi.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mpi/mortar-msh.hdp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mpi/regtests.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mpi/schwarz-b.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mpi/schwarz-c.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mpi/schwarz.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/other/graphics-benchmark.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/other/lap3-cpu.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/other/speedtest.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parareal.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ref.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/regtests.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/regtests.m4
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testFE.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testadp.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/teste.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/._AdaptResidualErrorIndicator.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/._FEComplex.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/._LapDG2.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/._VI-adap.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/._VI.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/._adapt.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/._adaptindicatorP1.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/._algo.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/._array.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/._cavityNewtow.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/._freeboundary-weak.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/._freeboundary.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/._glumesh.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/._mat_interpol.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/._mesh.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/._mortar-DN-4.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/._mortar-msh.hdp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/._nl-elast-neo-Hookean.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/._nolinear-elas.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/._periodic4bis.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/._schwarz-gc.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/._schwarz-no-overlap.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/._schwarz-overlap.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/._sparse-matrix.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/._thermic-fast.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/AdaptResidualErrorIndicator.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/FE.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/FEComplex.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/LapDG2.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/Laplace-lagrange-mult.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/Laplace.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/LaplaceP1.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/LaplaceP1P2h.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/LaplaceP1bis.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/LaplaceRT.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/NSUzawaCahouetChabart.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/Newton.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/Periodic.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/StokesUzawa.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/VI-adap.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/VI.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/a_tutorial.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/adapt.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/adaptindicatorP1.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/adaptindicatorP2.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/aile.msh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/algo.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/all.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/array.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/beam.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/beam1.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/calculus.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/cavity.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/cavityNewtow.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/convect-apt.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/convect.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/convect2.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/dumptable.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/ex-vf.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/exception.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/fluidStruct.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/fluidStructAdapt.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/freeboundary-weak.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/freeboundary.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/glumesh.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/gnuplot.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/mat_interpol.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/medit.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/mesh.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/mortar-DN-4.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/mortar-msh.hdp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/movemesh.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/nl-elast-neo-Hookean.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/nolinear-elas.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/onde.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/periodic4.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/periodic4bis.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/plot.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/readmesh.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/ref.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/region.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/regtests.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/regtests.m4
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/saverestore.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/schwarz-gc.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/schwarz-no-overlap.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/schwarz-overlap.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/shur-comp.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/sparse-cmatrix.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/sparse-matrix.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/sphere.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/string.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/tablefunction.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/thermic-fast.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/uniformmesh.edp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/xyf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wafer-heating-laser-axi.edp
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/other
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mpi
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/load
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/eigen
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/chapt3
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bug
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/3d
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%