Index: head/math/freefem++/Makefile =================================================================== --- head/math/freefem++/Makefile (revision 173751) +++ head/math/freefem++/Makefile (revision 173752) @@ -1,124 +1,135 @@ # New ports collection makefile for: FreeFem++ # Date created: 17 October 2003 # Whom: thierry@pompo.net # # $FreeBSD$ # PORTNAME= freefem++ -DISTVERSION= 2.8-1 +PORTVERSION= 2.9 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= atlas.1:${PORTSDIR}/math/atlas \ - f2c.2:${PORTSDIR}/lang/f2c \ - gsl.9:${PORTSDIR}/math/gsl \ - lapack.3:${PORTSDIR}/math/lapack \ +LIB_DEPENDS= lapack.3:${PORTSDIR}/math/lapack \ fltk.1:${PORTSDIR}/x11-toolkits/fltk-threads \ fftw3.4:${PORTSDIR}/math/fftw3 BUILD_DEPENDS= ${LOCALBASE}/lib/libumfpack.a:${PORTSDIR}/math/umfpack \ ${LOCALBASE}/lib/libarpack.a:${PORTSDIR}/math/arpack \ convert:${PORTSDIR}/graphics/ImageMagick \ dvips:${PORTSDIR}/print/dvipsk-tetex \ pdflatex:${PORTSDIR}/print/teTeX-base RUN_DEPENDS= dvips:${PORTSDIR}/print/dvipsk-tetex \ pdflatex:${PORTSDIR}/print/teTeX-base \ bamg:${PORTSDIR}/math/bamg RESTRICTED= No resale or commercial use USE_BISON= yes USE_GL= yes USE_GCC= 3.4 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-download \ + --without-cadna \ --with-blas="${LIBBLAS}" \ --with-amd="-lamd" \ --with-umfpack="-lumfpack" \ --with-arpack="${LIBARPACK}" CONFIGURE_ENV= CPPFLAGS="${MPICFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="${MPILDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" -LIBBLAS= -lf2c -lf77blas -latlas_r -lgslcblas -LIBARPACK= -larpack -lalapack ${LIBBLAS} - DOC_TARGET= freefem++doc.pdf PORTDOCS= AUTHORS BUGS COPYING HISTORY HISTORY_BEFORE_2005 INNOVATION README TODO ${DOC_TARGET} BADSAMPLES= load/myfunction.o .include .if ${ARCH} == "amd64" MAKE_ARGS+= "PIC=-fPIC" .endif .if ${ARCH} == "sparc64" CONFIGURE_ARGS+= --disable-optim .endif -.if exists(${LOCALBASE}/mpich/mpich/include/mpicxx.h) && !defined(WITHOUT_MPI) -WITH_MPI= yes # MPICH-2 is required +.if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS) +WITH_ATLAS= yes .endif -#.if defined(WITH_MPI) -#BUILD_DEPENDS+= ${LOCALBASE}/mpich/bin/mpiCC:${PORTSDIR}/net/mpich -#RUN_DEPENDS+= ${LOCALBASE}/mpich/bin/mpiCC:${PORTSDIR}/net/mpich -#MPICFLAGS= -I${LOCALBASE}/mpich/include -#MPILDFLAGS= -L${LOCALBASE}/mpich/lib -#CONFIGURE_ENV+= PATH="$$PATH:${LOCALBASE}/mpich/bin" -#CONFIGURE_ARGS+= --with-mpi=yes -#PLIST_SUB+= MPI="" -#.else +.if defined(WITH_ATLAS) +LIB_DEPENDS+= f77blas.1:${PORTSDIR}/math/atlas \ + f2c.2:${PORTSDIR}/lang/f2c \ + gsl.9:${PORTSDIR}/math/gsl +LIBBLAS= -lf2c -lf77blas -latlas_r -lgslcblas +LIBARPACK= -larpack -lalapack ${LIBBLAS} +.else +LIB_DEPENDS+= blas.1:${PORTSDIR}/math/blas +LIBBLAS= -lblas +LIBARPACK= -larpack ${LIBBLAS} +.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 +.endif pre-configure: - @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" \ - -e "s|=mpiCC|=${LOCALBASE}/mpich/bin/mpiCC|" \ + ${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" \ -e "s|/usr/X11R6|${X11BASE}|g" \ ${WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} -e "s|mpiCC|${LOCALBASE}/mpich/bin/mpiCC|" \ + ${REINPLACE_CMD} -e "s|mpicc|${LOCALBASE}/mpich2/bin/mpicxx|" \ ${WRKSRC}/src/mpi/Makefile.in +# ${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}." . for direx in "" -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 needed! Click on the picture to end a set. + # 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 .endif .include Property changes on: head/math/freefem++/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.44 \ No newline at end of property +1.45 \ No newline at end of property Index: head/math/freefem++/distinfo =================================================================== --- head/math/freefem++/distinfo (revision 173751) +++ head/math/freefem++/distinfo (revision 173752) @@ -1,3 +1,3 @@ -MD5 (freefem++-2.8-1.tar.gz) = a965fb259b118e2644f07897df537eb7 -SHA256 (freefem++-2.8-1.tar.gz) = 1bc42323e7c9fe9668be3e9e7ab379a2623287d1fd873a95c48606490dbf0526 -SIZE (freefem++-2.8-1.tar.gz) = 10562043 +MD5 (freefem++-2.9.tar.gz) = 48a0ab98eb6bd07eb5b722bc442231ac +SHA256 (freefem++-2.9.tar.gz) = 4fc13208c2381cd6a96623704201dbf90c3182ba30b65731ceafd0f09e806d04 +SIZE (freefem++-2.9.tar.gz) = 10595356 Property changes on: head/math/freefem++/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.26 \ No newline at end of property +1.27 \ No newline at end of property Index: head/math/freefem++/files/patch-configure =================================================================== --- head/math/freefem++/files/patch-configure (nonexistent) +++ head/math/freefem++/files/patch-configure (revision 173752) @@ -0,0 +1,20 @@ +--- configure.orig Tue Sep 19 21:24:02 2006 ++++ configure Wed Sep 20 22:32:15 2006 +@@ -9371,7 +9371,7 @@ + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ + $ac_includes_default +-#include ++#include + _ACEOF + rm -f conftest.$ac_objext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 +@@ -9415,7 +9415,7 @@ + cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ +-#include ++#include + _ACEOF + if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 Property changes on: head/math/freefem++/files/patch-configure ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.6 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/math/freefem++/files/patch-examples++-load_Makefile.in =================================================================== --- head/math/freefem++/files/patch-examples++-load_Makefile.in (nonexistent) +++ head/math/freefem++/files/patch-examples++-load_Makefile.in (revision 173752) @@ -0,0 +1,11 @@ +--- ./examples++-load/Makefile.in.orig Tue Sep 19 21:36:42 2006 ++++ ./examples++-load/Makefile.in Wed Sep 20 23:41:53 2006 +@@ -355,7 +355,7 @@ + + include: include.tar.gz + tar zxvf include.tar.gz +- -rm include/._* ++ -rm -f include/._* + Ref: makeref.edp + ../src/nw/FreeFem++-nw makeref.edp + Property changes on: head/math/freefem++/files/patch-examples++-load_Makefile.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/math/freefem++/pkg-descr =================================================================== --- head/math/freefem++/pkg-descr (revision 173751) +++ head/math/freefem++/pkg-descr (revision 173752) @@ -1,14 +1,15 @@ 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-on: the port graphics/xd3d. +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++/ Property changes on: head/math/freefem++/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/math/freefem++/pkg-plist =================================================================== --- head/math/freefem++/pkg-plist (revision 173751) +++ head/math/freefem++/pkg-plist (revision 173752) @@ -1,224 +1,245 @@ 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%%/._aaa-adp.edp %%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/NSP1P2.edp +%%PORTDOCS%%%%EXAMPLESDIR%%/bug/P2b.edp %%PORTDOCS%%%%EXAMPLESDIR%%/bug/SegmentationFault.edp -%%PORTDOCS%%%%EXAMPLESDIR%%/bug/aaa.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/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/mesh.edp %%PORTDOCS%%%%EXAMPLESDIR%%/bug/zArithmetic_bug1.edp %%PORTDOCS%%%%EXAMPLESDIR%%/ccc-adp.edp +%%PORTDOCS%%%%EXAMPLESDIR%%/chapt3/._lame.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/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/._testFE.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/FESpace.hpp %%PORTDOCS%%%%EXAMPLESDIR%%/load/FQuadTree.hpp %%PORTDOCS%%%%EXAMPLESDIR%%/load/InitFunct.hpp %%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/Operator.hpp %%PORTDOCS%%%%EXAMPLESDIR%%/load/QuadratureFormular.hpp %%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/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/error.hpp %%PORTDOCS%%%%EXAMPLESDIR%%/load/fem.hpp %%PORTDOCS%%%%EXAMPLESDIR%%/load/fem3.hpp %%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/myfunction.cpp %%PORTDOCS%%%%EXAMPLESDIR%%/load/myfunction.so %%PORTDOCS%%%%EXAMPLESDIR%%/load/problem.hpp %%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/strversionnumber.hpp %%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/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/._FEComplex.edp +%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/._LapDG2.edp +%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/._VI-adap.edp +%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/._VI.edp +%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/._adapt.edp +%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/._adaptindicatorP1.edp +%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/._sparse-matrix.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/movemesh.edp %%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/nolinear-elas.edp %%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/onde.edp %%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/periodic4.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/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%% Property changes on: head/math/freefem++/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property