[Pkg-scicomp-commits] freefem3d/branches/upstream/current

Christophe Prud'homme prudhomm at debian.org
Fri Apr 14 15:53:50 UTC 2006


SVN commit 387 by prudhomm:

Load /tmp/tmp.aayBIf/freefem3d-1.0pre8 into
freefem3d/branches/upstream/current.


 M  +2606 -0   freefem3d/branches/upstream/current/ChangeLog  
 M  +33 -38    freefem3d/branches/upstream/current/FFThread.cpp  
 M  +2 -14     freefem3d/branches/upstream/current/FFThread.hpp  
 M  +10 -3     freefem3d/branches/upstream/current/Makefile.am  
 M  +39 -15    freefem3d/branches/upstream/current/Makefile.in  
 M  +29 -0     freefem3d/branches/upstream/current/NEWS  
 M  +5 -1      freefem3d/branches/upstream/current/TODO  
 M  +3 -1      freefem3d/branches/upstream/current/acinclude.m4  
 M  +2 -2      freefem3d/branches/upstream/current/aclocal.m4  
 M  +13 -12    freefem3d/branches/upstream/current/algebra/Array3DShape.hpp  
 M  +5 -1      freefem3d/branches/upstream/current/algebra/BaseMatrix.hpp  
 M  +37 -22    freefem3d/branches/upstream/current/algebra/BiConjugateGradient.hpp  
 M  +3 -3      freefem3d/branches/upstream/current/algebra/BiConjugateGradientOptions.hpp  
 M  +57 -43    freefem3d/branches/upstream/current/algebra/BiConjugateGradientStabilized.hpp  
 M  +3 -3      freefem3d/branches/upstream/current/algebra/BiConjugateGradientStabilizedOptions.hpp  
 M  +42 -13    freefem3d/branches/upstream/current/algebra/ConjugateGradient.hpp  
 M  +3 -3      freefem3d/branches/upstream/current/algebra/ConjugateGradientOptions.hpp  
 M  +8 -3      freefem3d/branches/upstream/current/algebra/DiagPrecond.hpp  
 M  +10 -1     freefem3d/branches/upstream/current/algebra/DoubleHashedMatrix.hpp  
 M  +8 -3      freefem3d/branches/upstream/current/algebra/IdentityPrecond.hpp  
 M  +11 -6     freefem3d/branches/upstream/current/algebra/IncompleteCholeskiFactorization.hpp  
 M  +39 -9     freefem3d/branches/upstream/current/algebra/Makefile.am  
 M  +55 -18    freefem3d/branches/upstream/current/algebra/Makefile.in  
 M  +71 -60    freefem3d/branches/upstream/current/algebra/MultiGrid.hpp  
 A             freefem3d/branches/upstream/current/algebra/PETScKrylovSolver.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/algebra/PETScKrylovSolver.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/algebra/PETScMatrix.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/algebra/PETScMatrix.hpp   [License: GPL]
 M  +4 -30     freefem3d/branches/upstream/current/algebra/Preconditioner.hpp  
 M  +3 -3      freefem3d/branches/upstream/current/algebra/TinyVector.hpp  
 M  +10 -4     freefem3d/branches/upstream/current/algebra/UnAssembledMatrix.cpp  
 M  +4 -5      freefem3d/branches/upstream/current/algebra/UnAssembledMatrix.hpp  
 M  +2 -2      freefem3d/branches/upstream/current/algebra/Vector.hpp  
 MM +315 -281  freefem3d/branches/upstream/current/config.guess  
 M  +4 -4      freefem3d/branches/upstream/current/config.h.in  
 MM +88 -46    freefem3d/branches/upstream/current/config.sub  
 M  +261 -225  freefem3d/branches/upstream/current/configure  
 M  +12 -2     freefem3d/branches/upstream/current/configure.ac  
 M  +77 -26    freefem3d/branches/upstream/current/depcomp  
 M  +39 -6     freefem3d/branches/upstream/current/doc/Makefile.am  
 M  +48 -11    freefem3d/branches/upstream/current/doc/Makefile.in  
 A             freefem3d/branches/upstream/current/doc/cygwin.eps  
 AM            freefem3d/branches/upstream/current/doc/cygwin.pdf  
 M  +17 -2     freefem3d/branches/upstream/current/doc/doc-tests/Makefile.am  
 M  +26 -7     freefem3d/branches/upstream/current/doc/doc-tests/Makefile.in  
 A             freefem3d/branches/upstream/current/doc/doc-tests/example1.ff  
 M  +1 -1      freefem3d/branches/upstream/current/doc/doc-tests/example1.general  
 D             freefem3d/branches/upstream/current/doc/doc-tests/example1.txt  
 A             freefem3d/branches/upstream/current/doc/doc-tests/example2.ff  
 D             freefem3d/branches/upstream/current/doc/doc-tests/example2.txt  
 A             freefem3d/branches/upstream/current/doc/doc-tests/example3.ff  
 D             freefem3d/branches/upstream/current/doc/doc-tests/example3.txt  
 A             freefem3d/branches/upstream/current/doc/doc-tests/example4.ff  
 D             freefem3d/branches/upstream/current/doc/doc-tests/example4.txt  
 A             freefem3d/branches/upstream/current/doc/doc-tests/example5.ff  
 D             freefem3d/branches/upstream/current/doc/doc-tests/example5.txt  
 A             freefem3d/branches/upstream/current/doc/doc-tests/penal1.ff  
 A             freefem3d/branches/upstream/current/doc/doc-tests/penal2.ff  
 A             freefem3d/branches/upstream/current/doc/doc-tests/penal3.ff  
 A             freefem3d/branches/upstream/current/doc/doc-tests/penal4.ff  
 A             freefem3d/branches/upstream/current/doc/doc-tests/penal5.ff  
 A             freefem3d/branches/upstream/current/doc/doc-tests/sphere.pov  
 A             freefem3d/branches/upstream/current/doc/doc-tests/statements.ff  
 D             freefem3d/branches/upstream/current/doc/doc-tests/statements.txt  
 AM            freefem3d/branches/upstream/current/doc/example1-u-dx.pdf  
 A             freefem3d/branches/upstream/current/doc/example1-u-dx.ps  
 AM            freefem3d/branches/upstream/current/doc/example1-u-medit.pdf  
 A             freefem3d/branches/upstream/current/doc/example1-u-medit.ps  
 AM            freefem3d/branches/upstream/current/doc/example1-v-dx.pdf  
 A             freefem3d/branches/upstream/current/doc/example1-v-dx.ps  
 AM            freefem3d/branches/upstream/current/doc/example1-v-medit.pdf  
 A             freefem3d/branches/upstream/current/doc/example1-v-medit.ps  
 D             freefem3d/branches/upstream/current/doc/example1U.eps  
 D             freefem3d/branches/upstream/current/doc/example1U.pdf  
 D             freefem3d/branches/upstream/current/doc/example1V.eps  
 D             freefem3d/branches/upstream/current/doc/example1V.pdf  
 A             freefem3d/branches/upstream/current/doc/folder.eps  
 AM            freefem3d/branches/upstream/current/doc/folder.pdf  
 M  +2615 -13  freefem3d/branches/upstream/current/doc/freefem3dDoc.tex  
 D             freefem3d/branches/upstream/current/doc/freefem3dDocBody.tex  
 A             freefem3d/branches/upstream/current/doc/onesphere.eps  
 AM            freefem3d/branches/upstream/current/doc/onesphere.pdf  
 AM            freefem3d/branches/upstream/current/doc/penal1.pdf  
 A             freefem3d/branches/upstream/current/doc/penal1.ps  
 AM            freefem3d/branches/upstream/current/doc/penal2.pdf  
 A             freefem3d/branches/upstream/current/doc/penal2.ps  
 AM            freefem3d/branches/upstream/current/doc/penal3.pdf  
 A             freefem3d/branches/upstream/current/doc/penal3.ps  
 AM            freefem3d/branches/upstream/current/doc/penal4.pdf  
 A             freefem3d/branches/upstream/current/doc/penal4.ps  
 AM            freefem3d/branches/upstream/current/doc/penal5.pdf  
 A             freefem3d/branches/upstream/current/doc/penal5.ps  
 A             freefem3d/branches/upstream/current/doc/resultmedit.eps  
 AM            freefem3d/branches/upstream/current/doc/resultmedit.pdf  
 A             freefem3d/branches/upstream/current/doc/t3D.eps  
 AM            freefem3d/branches/upstream/current/doc/t3D.pdf  
 A             freefem3d/branches/upstream/current/doc/u.eps  
 AM            freefem3d/branches/upstream/current/doc/u.pdf  
 AM            freefem3d/branches/upstream/current/doc/uu.eps  
 AM            freefem3d/branches/upstream/current/doc/uu.pdf  
 M  +3 -1      freefem3d/branches/upstream/current/examples/Makefile.am  
 M  +11 -5     freefem3d/branches/upstream/current/examples/Makefile.in  
 M  +6 -8      freefem3d/branches/upstream/current/examples/hydrostatic.ff  
 M  +8 -12     freefem3d/branches/upstream/current/examples/navier-stokes.ff  
 M  +17 -18    freefem3d/branches/upstream/current/examples/potential-fluid-flow.ff  
 M  +14 -19    freefem3d/branches/upstream/current/examples/stokes.ff  
 M  +7 -13     freefem3d/branches/upstream/current/examples/temperature.ff  
 M  +9 -7      freefem3d/branches/upstream/current/geometry/Makefile.in  
 M  +15 -17    freefem3d/branches/upstream/current/graphics/ContourWidget.hpp  
 M  +25 -329   freefem3d/branches/upstream/current/graphics/EditorWindow.cpp  
 M  +7 -30     freefem3d/branches/upstream/current/graphics/EditorWindow.hpp  
 M  +28 -96    freefem3d/branches/upstream/current/graphics/FFSyntaxHighlighter.hpp  
 M  +6 -82     freefem3d/branches/upstream/current/graphics/GUI.cpp  
 M  +2 -2      freefem3d/branches/upstream/current/graphics/GUI.hpp  
 A             freefem3d/branches/upstream/current/graphics/MainWindow.cpp   [License: GPL]
 M  +38 -21    freefem3d/branches/upstream/current/graphics/Makefile.am  
 M  +61 -41    freefem3d/branches/upstream/current/graphics/Makefile.in  
 D             freefem3d/branches/upstream/current/graphics/QGLvtkWindow.cpp  
 D             freefem3d/branches/upstream/current/graphics/QGLvtkWindow.hpp  
 M  +64 -61    freefem3d/branches/upstream/current/graphics/QRealSpinBox.cpp  
 M  +9 -10     freefem3d/branches/upstream/current/graphics/QRealSpinBox.hpp  
 A             freefem3d/branches/upstream/current/graphics/SyntaxHighLighter.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/graphics/SyntaxHighLighter.hpp   [License: GPL]
 M  +51 -50    freefem3d/branches/upstream/current/graphics/VTKDriver.cpp  
 M  +47 -86    freefem3d/branches/upstream/current/graphics/moc_ContourWidget.cpp  
 M  +45 -116   freefem3d/branches/upstream/current/graphics/moc_EditorWindow.cpp  
 A             freefem3d/branches/upstream/current/graphics/moc_MainWindow.cpp   [License: no copyright GENERATED FILE]
 D             freefem3d/branches/upstream/current/graphics/moc_QGLvtkWindow.cpp  
 M  +54 -109   freefem3d/branches/upstream/current/graphics/moc_QRealSpinBox.cpp  
 A             freefem3d/branches/upstream/current/graphics/moc_SyntaxHighLighter.cpp   [License: no copyright GENERATED FILE]
 M  +252 -180  freefem3d/branches/upstream/current/install-sh  
 M  +9 -5      freefem3d/branches/upstream/current/language/BoundaryExpression.cpp  
 M  +2 -2      freefem3d/branches/upstream/current/language/DomainExpression.hpp  
 M  +48 -11    freefem3d/branches/upstream/current/language/FFLexer.cpp  
 M  +10 -6     freefem3d/branches/upstream/current/language/FileDescriptor.hpp  
 M  +84 -274   freefem3d/branches/upstream/current/language/FunctionExpression.cpp  
 M  +175 -34   freefem3d/branches/upstream/current/language/FunctionExpression.hpp  
 M  +86 -37    freefem3d/branches/upstream/current/language/Instruction.cpp  
 M  +2 -2      freefem3d/branches/upstream/current/language/IntegratedOperatorExpression.hpp  
 M  +2 -2      freefem3d/branches/upstream/current/language/LinearExpression.hpp  
 M  +10 -8     freefem3d/branches/upstream/current/language/Makefile.in  
 M  +2 -2      freefem3d/branches/upstream/current/language/MeshExpression.cpp  
 M  +6 -3      freefem3d/branches/upstream/current/language/MeshExpression.hpp  
 M  +2 -2      freefem3d/branches/upstream/current/language/MultiLinearExpression.hpp  
 M  +7 -1      freefem3d/branches/upstream/current/language/MultiLinearFormExpression.hpp  
 M  +9 -1      freefem3d/branches/upstream/current/language/PDEEquationExpression.cpp  
 M  +77 -7     freefem3d/branches/upstream/current/language/PDEOperatorExpression.cpp  
 M  +40 -16    freefem3d/branches/upstream/current/language/PDEOperatorExpression.hpp  
 M  +12 -3     freefem3d/branches/upstream/current/language/POVLexer.cpp  
 M  +104 -43   freefem3d/branches/upstream/current/language/RealExpression.cpp  
 M  +22 -12    freefem3d/branches/upstream/current/language/RealExpression.hpp  
 M  +46 -7     freefem3d/branches/upstream/current/language/SceneExpression.cpp  
 M  +26 -5     freefem3d/branches/upstream/current/language/SceneExpression.hpp  
 M  +41 -56    freefem3d/branches/upstream/current/language/SolverExpression.cpp  
 M  +26 -2     freefem3d/branches/upstream/current/language/UnknownListExpression.cpp  
 M  +61 -1     freefem3d/branches/upstream/current/language/VariationalFormulaExpression.cpp  
 M  +20 -9     freefem3d/branches/upstream/current/language/VariationalFormulaExpression.hpp  
 M  +188 -90   freefem3d/branches/upstream/current/language/VariationalOperatorExpression.hpp  
 M  +3 -3      freefem3d/branches/upstream/current/language/VariationalProblemExpression.cpp  
 M  +2918 -2553 freefem3d/branches/upstream/current/language/parse.ff.cc  
 M  +96 -5     freefem3d/branches/upstream/current/language/parse.ff.yy  
 M  +632 -477  freefem3d/branches/upstream/current/language/parse.pov.cc  
 M  +4 -4      freefem3d/branches/upstream/current/language/parse.pov.yy  
 AM            freefem3d/branches/upstream/current/language/ylwrap  
 M  +2 -2      freefem3d/branches/upstream/current/ltmain.sh  
 M  +2 -3      freefem3d/branches/upstream/current/m4/gui.m4  
 A             freefem3d/branches/upstream/current/m4/mpi.m4  
 A             freefem3d/branches/upstream/current/m4/petsc.m4  
 M  +14 -150   freefem3d/branches/upstream/current/m4/qt.m4  
 M  +9 -7      freefem3d/branches/upstream/current/m4/vtk.m4  
 M  +19 -6     freefem3d/branches/upstream/current/main.cpp  
 M  +83 -59    freefem3d/branches/upstream/current/missing  
 M  +9 -5      freefem3d/branches/upstream/current/scripts/Makefile.in  
 M  +9 -5      freefem3d/branches/upstream/current/solver/BaseFEMDiscretization.hpp  
 M  +632 -433  freefem3d/branches/upstream/current/solver/BoundaryConditionCommonFEMDiscretization.hpp  
 M  +11 -5     freefem3d/branches/upstream/current/solver/BoundaryConditionDiscretization.hpp  
 M  +87 -30    freefem3d/branches/upstream/current/solver/BoundaryConditionDiscretizationElimination.hpp  
 M  +44 -14    freefem3d/branches/upstream/current/solver/BoundaryConditionDiscretizationFEM.hpp  
 M  +358 -64   freefem3d/branches/upstream/current/solver/BoundaryConditionDiscretizationPenalty.hpp  
 M  +9 -4      freefem3d/branches/upstream/current/solver/BoundaryConditionFDMDiscretization.hpp  
 A             freefem3d/branches/upstream/current/solver/CartesianHexahedron.cpp   [License: GPL]
 M  +5 -3      freefem3d/branches/upstream/current/solver/CartesianHexahedron.hpp  
 M  +15 -1     freefem3d/branches/upstream/current/solver/Cell.hpp  
 M  +1 -151    freefem3d/branches/upstream/current/solver/ConformTransformation.cpp  
 M  +269 -304  freefem3d/branches/upstream/current/solver/ConformTransformation.hpp  
 M  +65 -7     freefem3d/branches/upstream/current/solver/Connectivity.hpp  
 M  +1 -217    freefem3d/branches/upstream/current/solver/ConnectivityBuilder.cpp  
 M  +149 -46   freefem3d/branches/upstream/current/solver/ConnectivityBuilder.hpp  
 M  +15 -3     freefem3d/branches/upstream/current/solver/Convection.hpp  
 A             freefem3d/branches/upstream/current/solver/DegreeOfFreedomPositionsSet.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/DegreeOfFreedomPositionsSet.hpp   [License: GPL]
 M  +25 -15    freefem3d/branches/upstream/current/solver/DegreeOfFreedomSet.hpp  
 M  +26 -19    freefem3d/branches/upstream/current/solver/DegreeOfFreedomSetBuilder.cpp  
 M  +23 -6     freefem3d/branches/upstream/current/solver/DegreeOfFreedomSetBuilder.hpp  
 A             freefem3d/branches/upstream/current/solver/DegreeOfFreedomSetManager.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/DegreeOfFreedomSetManager.hpp   [License: GPL]
 M  +25 -7     freefem3d/branches/upstream/current/solver/Discretization.hpp  
 A             freefem3d/branches/upstream/current/solver/DiscretizationType.hpp   [License: GPL]
 M  +11 -11    freefem3d/branches/upstream/current/solver/DiscretizedOperators.hpp  
 A             freefem3d/branches/upstream/current/solver/EdgesBuilder.hpp   [License: GPL]
 M  +5 -5      freefem3d/branches/upstream/current/solver/EdgesSet.hpp  
 M  +12 -5     freefem3d/branches/upstream/current/solver/ElementaryMatrixSet.cpp  
 M  +34 -9     freefem3d/branches/upstream/current/solver/EliminatedFictitiousDomain.cpp  
 M  +16 -6     freefem3d/branches/upstream/current/solver/EliminatedFictitiousDomain.hpp  
 M  +397 -181  freefem3d/branches/upstream/current/solver/FEMDiscretization.hpp  
 A             freefem3d/branches/upstream/current/solver/FEMFunction.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/FEMFunctionBuilder.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/FEMFunctionBuilder.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/FacesBuilder.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/FacesSet.hpp   [License: GPL]
 M  +21 -21    freefem3d/branches/upstream/current/solver/FatBoundary.cpp  
 M  +5 -3      freefem3d/branches/upstream/current/solver/FatBoundary.hpp  
 M  +60 -25    freefem3d/branches/upstream/current/solver/FictitiousDomainMethod.cpp  
 M  +14 -4     freefem3d/branches/upstream/current/solver/FictitiousDomainMethod.hpp  
 M  +59 -33    freefem3d/branches/upstream/current/solver/FiniteElementMethod.cpp  
 M  +10 -4     freefem3d/branches/upstream/current/solver/FiniteElementMethod.hpp  
 M  +125 -29   freefem3d/branches/upstream/current/solver/FiniteElementTraits.hpp  
 M  +12 -1     freefem3d/branches/upstream/current/solver/Hexahedron.cpp  
 M  +5 -3      freefem3d/branches/upstream/current/solver/Hexahedron.hpp  
 M  +21 -5     freefem3d/branches/upstream/current/solver/KrylovSolver.cpp  
 M  +3 -3      freefem3d/branches/upstream/current/solver/KrylovSolverOptions.hpp  
 M  +37 -24    freefem3d/branches/upstream/current/solver/LagrangianFiniteElement.hpp  
 M  +39 -6     freefem3d/branches/upstream/current/solver/Makefile.am  
 M  +84 -29    freefem3d/branches/upstream/current/solver/Makefile.in  
 M  +2 -2      freefem3d/branches/upstream/current/solver/MemoryManagerOptions.hpp  
 M  +43 -25    freefem3d/branches/upstream/current/solver/Mesh.hpp  
 M  +3 -4      freefem3d/branches/upstream/current/solver/MeshDomainTetrahedrizor.cpp  
 M  +20 -16    freefem3d/branches/upstream/current/solver/MeshOfHexahedra.cpp  
 M  +64 -15    freefem3d/branches/upstream/current/solver/MeshOfHexahedra.hpp  
 M  +56 -11    freefem3d/branches/upstream/current/solver/MeshOfTetrahedra.cpp  
 M  +69 -34    freefem3d/branches/upstream/current/solver/MeshOfTetrahedra.hpp  
 M  +2 -2      freefem3d/branches/upstream/current/solver/MeshSimplifier.cpp  
 M  +76 -38    freefem3d/branches/upstream/current/solver/MeshTetrahedrizor.cpp  
 M  +10 -8     freefem3d/branches/upstream/current/solver/Method.hpp  
 A             freefem3d/branches/upstream/current/solver/Normal.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/Normal.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/NormalManager.hpp   [License: GPL]
 D             freefem3d/branches/upstream/current/solver/P1FiniteElement.cpp  
 D             freefem3d/branches/upstream/current/solver/P1FiniteElement.hpp  
 A             freefem3d/branches/upstream/current/solver/P1TetrahedronFiniteElement.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/P1TetrahedronFiniteElement.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/P1Triangle3DFiniteElement.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/P1Triangle3DFiniteElement.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/P2TetrahedronFiniteElement.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/P2TetrahedronFiniteElement.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/P2Triangle3DFiniteElement.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/P2Triangle3DFiniteElement.hpp   [License: GPL]
 M  +1 -36     freefem3d/branches/upstream/current/solver/PDESolution.cpp  
 M  +38 -9     freefem3d/branches/upstream/current/solver/PDESolution.hpp  
 M  +1 -2      freefem3d/branches/upstream/current/solver/PDESolver.cpp  
 M  +1 -1      freefem3d/branches/upstream/current/solver/PDESolver.hpp  
 M  +36 -10    freefem3d/branches/upstream/current/solver/PenalizedFictitousDomain.cpp  
 M  +14 -4     freefem3d/branches/upstream/current/solver/PenalizedFictitousDomain.hpp  
 M  +2 -2      freefem3d/branches/upstream/current/solver/PenalizedFictitousDomainOptions.hpp  
 D             freefem3d/branches/upstream/current/solver/Q1FiniteElement.cpp  
 D             freefem3d/branches/upstream/current/solver/Q1FiniteElement.hpp  
 A             freefem3d/branches/upstream/current/solver/Q1HexahedronFiniteElement.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/Q1HexahedronFiniteElement.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/Q1Quadrangle3DFiniteElement.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/Q1Quadrangle3DFiniteElement.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/Q2HexahedronFiniteElement.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/Q2HexahedronFiniteElement.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/Q2Quadrangle3DFiniteElement.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/Q2Quadrangle3DFiniteElement.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/Quadrangle.cpp   [License: GPL]
 M  +51 -70    freefem3d/branches/upstream/current/solver/Quadrangle.hpp  
 M  +347 -110  freefem3d/branches/upstream/current/solver/QuadratureFormula.hpp  
 M  +20 -11    freefem3d/branches/upstream/current/solver/SolverDriver.cpp  
 M  +10 -6     freefem3d/branches/upstream/current/solver/SolverDriver.hpp  
 M  +30 -41    freefem3d/branches/upstream/current/solver/Structured3DMesh.cpp  
 M  +53 -2     freefem3d/branches/upstream/current/solver/Structured3DMesh.hpp  
 M  +74 -97    freefem3d/branches/upstream/current/solver/SurfElem.hpp  
 M  +34 -4     freefem3d/branches/upstream/current/solver/SurfaceMesh.hpp  
 M  +145 -132  freefem3d/branches/upstream/current/solver/SurfaceMeshGenerator.cpp  
 M  +151 -3    freefem3d/branches/upstream/current/solver/SurfaceMeshOfQuadrangles.hpp  
 M  +150 -6    freefem3d/branches/upstream/current/solver/SurfaceMeshOfTriangles.hpp  
 M  +11 -1     freefem3d/branches/upstream/current/solver/Tetrahedron.cpp  
 M  +5 -4      freefem3d/branches/upstream/current/solver/Tetrahedron.hpp  
 A             freefem3d/branches/upstream/current/solver/Triangle.cpp   [License: GPL]
 M  +45 -77    freefem3d/branches/upstream/current/solver/Triangle.hpp  
 M  +1 -56     freefem3d/branches/upstream/current/solver/UserFunction.cpp  
 M  +8 -61     freefem3d/branches/upstream/current/solver/UserFunction.hpp  
 A             freefem3d/branches/upstream/current/tests (directory)  
 A             freefem3d/branches/upstream/current/tests/Makefile.am  
 A             freefem3d/branches/upstream/current/tests/Makefile.in  
 A             freefem3d/branches/upstream/current/tests/atlocal.in  
 A             freefem3d/branches/upstream/current/tests/environment (directory)  
 A             freefem3d/branches/upstream/current/tests/environment.at  
 A             freefem3d/branches/upstream/current/tests/environment/Makefile.am  
 A             freefem3d/branches/upstream/current/tests/environment/Makefile.in  
 A             freefem3d/branches/upstream/current/tests/environment/bad-filename.at  
 A             freefem3d/branches/upstream/current/tests/environment/help-option.at  
 A             freefem3d/branches/upstream/current/tests/language (directory)  
 A             freefem3d/branches/upstream/current/tests/language.at  
 A             freefem3d/branches/upstream/current/tests/language/Makefile.am  
 A             freefem3d/branches/upstream/current/tests/language/Makefile.in  
 A             freefem3d/branches/upstream/current/tests/language/normal-bad-use.at  
 A             freefem3d/branches/upstream/current/tests/numeric (directory)  
 A             freefem3d/branches/upstream/current/tests/numeric.at  
 A             freefem3d/branches/upstream/current/tests/numeric/Makefile.am  
 A             freefem3d/branches/upstream/current/tests/numeric/Makefile.in  
 A             freefem3d/branches/upstream/current/tests/numeric/quadrature.at  
 A             freefem3d/branches/upstream/current/tests/package.m4  
 A             freefem3d/branches/upstream/current/tests/testsuite.at  
 M  +3946 -2936 freefem3d/branches/upstream/current/texinfo.tex  
 M  +17 -5     freefem3d/branches/upstream/current/utils/CommandLineParser.cpp  
 M  +2 -2      freefem3d/branches/upstream/current/utils/Makefile.am  
 M  +13 -12    freefem3d/branches/upstream/current/utils/Makefile.in  
 M  +33 -26    freefem3d/branches/upstream/current/utils/Octree.hpp  
 M  +36 -7     freefem3d/branches/upstream/current/utils/StaticCenter.cpp  
 A             freefem3d/branches/upstream/current/utils/StaticPow.hpp   [License: GPL]
 M  +5 -6      freefem3d/branches/upstream/current/utils/StreamCenter.hpp  
 M  +2 -2      freefem3d/branches/upstream/current/utils/Stringify.hpp  
 M  +25 -0     freefem3d/branches/upstream/current/utils/ThreadStaticCenter.cpp  
 M  +29 -0     freefem3d/branches/upstream/current/utils/ThreadStaticCenter.hpp  
 M  +7 -8      freefem3d/branches/upstream/current/utils/Timer.hpp  





More information about the Pkg-scicomp-commits mailing list