mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Upgrade to 3.0-5.
Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
This commit is contained in:
parent
c00010e66e
commit
94802fff1d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227688
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= freefem++
|
||||
DISTVERSION= 2.24-2
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 3.0-5
|
||||
CATEGORIES= math science
|
||||
MASTER_SITES= http://www.freefem.org/ff++/ftp/
|
||||
|
||||
@ -21,7 +20,8 @@ LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk-threads \
|
||||
gsl.13:${PORTSDIR}/math/gsl
|
||||
BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \
|
||||
dvips:${PORTSDIR}/print/dvipsk-tetex \
|
||||
pdflatex:${PORTSDIR}/print/teTeX-base
|
||||
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
|
||||
@ -32,10 +32,11 @@ USE_FORTRAN= yes
|
||||
FORTRANLIBDIR= `${DIRNAME} \`${FC} -print-libgcc-file-name\``
|
||||
FORTRANLIBDIR2= `${DIRNAME} \`${FC} -print-libgcc-file-name\``/../../../
|
||||
USE_BISON= build
|
||||
USE_GL= yes
|
||||
USE_GL= glut
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-download \
|
||||
--without-wget \
|
||||
--without-cadna \
|
||||
--with-blas="${BLAS}" \
|
||||
--with-lapack="${LAPACK}" \
|
||||
@ -97,6 +98,9 @@ pre-configure:
|
||||
${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'
|
||||
|
||||
@ -109,20 +113,22 @@ post-build:
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||
. for direx in "" -bug -chapt3 -eigen -load -mpi -other -tutorial
|
||||
@cd ${WRKSRC}/examples++${direx} && ${FIND} . -type d \
|
||||
.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 \
|
||||
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
|
||||
${FIND} ${EXAMPLESDIR} -name "Makefile*" -delete
|
||||
${RMDIR} ${EXAMPLESDIR}/load/include
|
||||
. for sample in ${BADSAMPLES}
|
||||
@${RM} ${EXAMPLESDIR}/${sample}
|
||||
${RM} ${EXAMPLESDIR}/${sample}
|
||||
. endfor
|
||||
@${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."
|
||||
.endif
|
||||
@ -130,10 +136,8 @@ post-install:
|
||||
.if defined(MAINTAINER_MODE)
|
||||
regression-test: install
|
||||
# Gnuplot and medit needed! Click on the picture to end a set.
|
||||
.for direx in - -eigen -tutorial
|
||||
(cd ${EXAMPLESDIR}/${direx:S/-//} ; \
|
||||
${PREFIX}/bin/FreeFem++ all.edp)
|
||||
.endfor
|
||||
(cd ${WRKSRC}/examples++ && \
|
||||
${PREFIX}/bin/FreeFem++ regtests.edp)
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (freefem++-2.24-2.tar.gz) = 1b83214422a4d81717a8ce6e0be7ecca
|
||||
SHA256 (freefem++-2.24-2.tar.gz) = 58865bf6679c78c21448abd3c824b511f152e360e4c436368f36a9c54c0aeaf1
|
||||
SIZE (freefem++-2.24-2.tar.gz) = 10974055
|
||||
MD5 (freefem++-3.0-5.tar.gz) = fcdaff128c57fb95427954cbe2f52a61
|
||||
SHA256 (freefem++-3.0-5.tar.gz) = c5b57867845e12b45043d4c877131b26b948265248d5858317e44ffaf32a1bb1
|
||||
SIZE (freefem++-3.0-5.tar.gz) = 11251188
|
||||
|
11
math/freefem++/files/patch-DOC_freefem++doc.tex
Normal file
11
math/freefem++/files/patch-DOC_freefem++doc.tex
Normal file
@ -0,0 +1,11 @@
|
||||
--- 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
|
||||
|
@ -1,6 +1,15 @@
|
||||
--- configure.orig 2007-11-19 21:40:20.000000000 +0100
|
||||
+++ configure 2007-11-23 19:06:25.000000000 +0100
|
||||
@@ -9600,7 +9600,7 @@
|
||||
--- 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 @@
|
||||
|
||||
|
||||
|
||||
@ -8,4 +17,4 @@
|
||||
+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 eval "test \"\${$as_ac_Header+set}\" = set"; then
|
||||
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
|
||||
|
@ -1,13 +1,13 @@
|
||||
--- src/Makefile.in.orig 2007-11-19 21:40:21.000000000 +0100
|
||||
+++ src/Makefile.in 2007-11-23 19:09:06.000000000 +0100
|
||||
@@ -219,8 +219,9 @@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
sysconfdir = @sysconfdir@
|
||||
--- 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 bin-win32
|
||||
+nw mpi agl glx ide bin-win32
|
||||
-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
|
||||
|
@ -1,300 +1,540 @@
|
||||
bin/FreeFem++
|
||||
bin/FreeFem++-cs
|
||||
bin/FreeFem++-client
|
||||
bin/FreeFem++-glx
|
||||
bin/FreeFem++-ide
|
||||
bin/FreeFem++-server
|
||||
bin/FreeFem++-nw
|
||||
%%MPI%%bin/FreeFem++-mpi
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/D2.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/FE-medit.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/NSP1P1.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/NSP1P1b.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/NSP1P2.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/Richard.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/aaRT.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/aaa-adp.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/aadaptation.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/aalapacien.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/aalaplace-nc.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/aamove.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/all.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/arrayoFVh.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bilap.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bug/AAA.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bug/MassP0.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bug/NSP1P2.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bug/P2b.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bug/SegmentationFault.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bug/a.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bug/a0.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bug/aa.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bug/b.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bug/bb.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bug/bug-arg-string.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bug/bug-mesh.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bug/bug-toto.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bug/bugRT.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bug/bugborder.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bug/bugf.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bug/bugv1.18.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bug/fe-vect.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bug/func.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bug/laptopbig.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bug/ll.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bug/mesh.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bug/zArithmetic_bug1.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/ccc-adp.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/chapt3/BlackScholes2D.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/chapt3/NSprojection.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/chapt3/all.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/chapt3/condensor.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/chapt3/convects.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/chapt3/heatex.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/chapt3/lame.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/chapt3/membrane.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/chapt3/membranerror.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/chapt3/muwave.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/chapt3/optimcontrol.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/chapt3/potential.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/chapt3/ref.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/chapt3/regtests.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/chapt3/regtests.m4
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/chapt3/schwarz.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/chapt3/sound.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/chapt3/stokes.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/chapt3/test1.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/chapt3/testbed.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/chapt3/thermal.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/chapt3/thermic.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/demo.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/demo1.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/eigen/BeamEigenValue.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/eigen/BeamEigenValueperio.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/eigen/LapComplexEigenValue.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/eigen/LapEigenValue.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/eigen/LapnosymEigenValue.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/eigen/Stokes-eigen.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/eigen/all.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/eigen/bb.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/eigen/neuman.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/eigen/testeigen.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/funct.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/include.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/lap_mat.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/lapacienprecon.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/AFunction.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/AFunction_ext.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/AddNewFE.h
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/AnyType.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/BamgFreeFem.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/BernadiRaugel.cpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/BernadiRaugel.o
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/BernadiRaugel.so
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/CGNL.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/CodeAlloc.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/DOperator.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/Element_P3.cpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/Element_P3.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/Element_P3.o
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/Element_P3.so
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/Element_P3dc.cpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/Element_P3dc.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/Element_P3dc.o
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/Element_P3dc.so
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/Element_P4.cpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/Element_P4.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/Element_P4.o
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/Element_P4.so
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/Element_P4dc.cpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/Element_P4dc.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/Element_P4dc.o
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/Element_P4dc.so
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/Element_PkEdge.cpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/Element_PkEdge.o
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/Element_PkEdge.so
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/FESpace.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/FQuadTree.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/InitFunct.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/LapDG3.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/LapDG4.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/LaplaceP3.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/LaplaceP4.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/MatriceCreuse.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/MatriceCreuse_tpl.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/MeshPoint.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/Morley.cpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/Morley.o
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/Morley.so
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/NSP2BRP0.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/NewSolver.cpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/Operator.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/QuadratureFormular.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/R1.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/R2.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/R3.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/REAME_SuperLU
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/RNM.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/RNM_op.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/RNM_opc.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/RNM_tpl.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/RefCounter.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/Serialize.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/String.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/SuperLU_3.0-include-ff.tar.gz
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/SuperLu.cpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/SuperLu.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/addNewType.cpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/addNewType.o
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/addNewType.so
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/all.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/bilapMorley.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/config-wrapper.h
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/config.h
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/convect_dervieux.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/convectchacon.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/dfft.cpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/dfft.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/dfft.link
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/environment.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/error.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/fem.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/fem3.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/ff-mt19937ar.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/ffstack.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/funcTemplate.cpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/funcTemplate.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/funcTemplate.o
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/funcTemplate.so
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/gmres.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/include.tar.gz
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/lex.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/lgfem.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/lgsolver.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/load.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/load.link
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/makeref.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/mat_dervieux.cpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/mat_psi.cpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/myType.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/myfunction.cpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/myfunction.so
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/plot-fb-P3.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/plot-fb-P3dc.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/plot-fb-P4.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/problem.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/qf11to25.cpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/qf11to25.o
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/qf11to25.so
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/ref.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/regtests.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/regtests.m4
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/rgraph.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/showverb.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/splitmesh3.cpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/splitmesh3.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/splitmesh6.cpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/splitmesh6.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/strversionnumber.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/testFE-P3.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/testFE-P3dc.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/testFE-PkEdge.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/testFE.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/testFEMorley.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/throwassert.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/load/versionnumber.hpp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/makeref.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/mpi/essai.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/mpi/mortar-DN-4-mpi.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/mpi/mortar-msh.hdp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/mpi/regtests.sh
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/mpi/schwarz-b.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/mpi/schwarz-c.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/mpi/schwarz.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/other/graphics-benchmark.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/other/lap3-cpu.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/other/speedtest.sh
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/parareal.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/ref.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/regtests.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/regtests.m4
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/testFE.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/testadp.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/teste.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/AdaptResidualErrorIndicator.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/FE.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/FEComplex.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/LapDG2.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/Laplace-lagrange-mult.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/Laplace.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/LaplaceP1.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/LaplaceP1P2h.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/LaplaceP1bis.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/LaplaceRT.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/NSUzawaCahouetChabart.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/Newton.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/Periodic.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/StokesUzawa.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/VI-adap.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/VI.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/a_tutorial.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/adapt.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/adaptindicatorP1.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/adaptindicatorP2.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/aile.msh
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/algo.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/all.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/array.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/beam.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/calculus.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/cavity.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/convect-apt.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/convect.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/convect2.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/dumptable.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/ex-vf.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/exception.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/fluidStruct.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/fluidStructAdapt.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/freeboundary-weak.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/freeboundary.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/gnuplot.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/mat_interpol.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/medit.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/mesh.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/mortar-DN-4.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/mortar-msh.hdp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/movemesh.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/nl-elast-neo-Hookean.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/nolinear-elas.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/onde.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/periodic4.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/periodic4bis.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/plot.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/readmesh.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/ref.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/region.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/regtests.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/regtests.m4
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/saverestore.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/schwarz-gc.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/schwarz-no-overlap.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/schwarz-overlap.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/shur-comp.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/sparse-cmatrix.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/sparse-matrix.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/sphere.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/string.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/tablefunction.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/thermic-fast.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/uniformmesh.edp
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/xyf
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/wafer-heating-laser-axi.edp
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/tutorial
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/other
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/mpi
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/load
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/eigen
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/chapt3
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/bug
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
||||
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%%
|
||||
|
Loading…
Reference in New Issue
Block a user