[Pkg-scicomp-devel] freefem3d/branches/upstream/current [POSSIBLY UNSAFE]


Thu Nov 2 15:59:20 CET 2006


SVN commit 1322 by delpinux-guest:

Load /tmp/tmp.YbkNiZ4286/freefem3d-1.0pre9 into
freefem3d/branches/upstream/current.


 M  +67 -6     freefem3d/branches/upstream/current/FFThread.cpp  
 M  +33 -11    freefem3d/branches/upstream/current/FFThread.hpp  
 M  +18 -1     freefem3d/branches/upstream/current/Makefile.am  
 M  +47 -21    freefem3d/branches/upstream/current/Makefile.in  
 M  +20 -0     freefem3d/branches/upstream/current/NEWS  
 M  +75 -77    freefem3d/branches/upstream/current/README  
 M  +28 -25    freefem3d/branches/upstream/current/TODO  
 M  +10 -4     freefem3d/branches/upstream/current/algebra/Makefile.in  
 M  +5 -4      freefem3d/branches/upstream/current/algebra/Structured3DVector.hpp  
 M  +3 -3      freefem3d/branches/upstream/current/algebra/TinyMatrix.hpp  
 M  +79 -71    freefem3d/branches/upstream/current/algebra/Vector.hpp  
 M  +46 -12    freefem3d/branches/upstream/current/config.guess  
 M  +2 -2      freefem3d/branches/upstream/current/config.h.in  
 M  +68 -31    freefem3d/branches/upstream/current/config.sub  
 M  +6159 -4307 freefem3d/branches/upstream/current/configure  
 M  +8 -2      freefem3d/branches/upstream/current/configure.ac  
 M  +20 -4     freefem3d/branches/upstream/current/doc/Makefile.am  
 M  +38 -11    freefem3d/branches/upstream/current/doc/Makefile.in  
 M  +10 -4     freefem3d/branches/upstream/current/doc/doc-tests/Makefile.in  
 M  +6 -6      freefem3d/branches/upstream/current/doc/freefem3dDoc.tex  
 M  +10 -4     freefem3d/branches/upstream/current/examples/Makefile.in  
 M  +28 -30    freefem3d/branches/upstream/current/geometry/Cone.cpp  
 M  +60 -51    freefem3d/branches/upstream/current/geometry/Cone.hpp  
 M  +26 -48    freefem3d/branches/upstream/current/geometry/Cube.cpp  
 M  +74 -43    freefem3d/branches/upstream/current/geometry/Cube.hpp  
 M  +29 -41    freefem3d/branches/upstream/current/geometry/Cylinder.cpp  
 M  +56 -51    freefem3d/branches/upstream/current/geometry/Cylinder.hpp  
 M  +43 -10    freefem3d/branches/upstream/current/geometry/Difference.cpp  
 M  +55 -56    freefem3d/branches/upstream/current/geometry/Difference.hpp  
 M  +35 -14    freefem3d/branches/upstream/current/geometry/InfiniteCone.cpp  
 M  +39 -26    freefem3d/branches/upstream/current/geometry/InfiniteCone.hpp  
 M  +34 -0     freefem3d/branches/upstream/current/geometry/InfiniteCylinder.cpp  
 M  +19 -25    freefem3d/branches/upstream/current/geometry/InfiniteCylinder.hpp  
 M  +32 -16    freefem3d/branches/upstream/current/geometry/Intersection.cpp  
 M  +56 -34    freefem3d/branches/upstream/current/geometry/Intersection.hpp  
 M  +10 -4     freefem3d/branches/upstream/current/geometry/Makefile.in  
 M  +15 -10    freefem3d/branches/upstream/current/geometry/Not.cpp  
 M  +62 -33    freefem3d/branches/upstream/current/geometry/Not.hpp  
 M  +16 -7     freefem3d/branches/upstream/current/geometry/Object.hpp  
 M  +2 -53     freefem3d/branches/upstream/current/geometry/ObjectTransformer.cpp  
 M  +27 -36    freefem3d/branches/upstream/current/geometry/Plane.cpp  
 M  +50 -38    freefem3d/branches/upstream/current/geometry/Plane.hpp  
 M  +28 -51    freefem3d/branches/upstream/current/geometry/Rotation.cpp  
 M  +66 -33    freefem3d/branches/upstream/current/geometry/Rotation.hpp  
 M  +35 -30    freefem3d/branches/upstream/current/geometry/Scale.cpp  
 M  +60 -29    freefem3d/branches/upstream/current/geometry/Scale.hpp  
 M  +11 -20    freefem3d/branches/upstream/current/geometry/Scene.hpp  
 M  +12 -79    freefem3d/branches/upstream/current/geometry/Shape.cpp  
 M  +140 -81   freefem3d/branches/upstream/current/geometry/Shape.hpp  
 M  +19 -35    freefem3d/branches/upstream/current/geometry/Sphere.cpp  
 M  +55 -35    freefem3d/branches/upstream/current/geometry/Sphere.hpp  
 M  +52 -27    freefem3d/branches/upstream/current/geometry/Torus.hpp  
 M  +80 -65    freefem3d/branches/upstream/current/geometry/Transform.hpp  
 M  +24 -48    freefem3d/branches/upstream/current/geometry/TransformMatrix.cpp  
 M  +61 -30    freefem3d/branches/upstream/current/geometry/TransformMatrix.hpp  
 M  +21 -27    freefem3d/branches/upstream/current/geometry/Translation.cpp  
 M  +54 -26    freefem3d/branches/upstream/current/geometry/Translation.hpp  
 M  +24 -20    freefem3d/branches/upstream/current/geometry/Union.cpp  
 M  +67 -45    freefem3d/branches/upstream/current/geometry/Union.hpp  
 M  +19 -13    freefem3d/branches/upstream/current/graphics/MainWindow.cpp  
 A             freefem3d/branches/upstream/current/graphics/MainWindow.hpp   [License: GPL]
 M  +2 -2      freefem3d/branches/upstream/current/graphics/Makefile.am  
 M  +12 -6     freefem3d/branches/upstream/current/graphics/Makefile.in  
 M  +3 -3      freefem3d/branches/upstream/current/graphics/QRealSpinBox.cpp  
 M  +8 -8      freefem3d/branches/upstream/current/graphics/VTKDriver.cpp  
 M  +7 -7      freefem3d/branches/upstream/current/graphics/VTKDriver.hpp  
 M  +0 -70     freefem3d/branches/upstream/current/graphics/moc_ContourWidget.cpp  
 M  +0 -68     freefem3d/branches/upstream/current/graphics/moc_EditorWindow.cpp  
 M  +0 -94     freefem3d/branches/upstream/current/graphics/moc_MainWindow.cpp  
 M  +0 -82     freefem3d/branches/upstream/current/graphics/moc_QRealSpinBox.cpp  
 M  +0 -68     freefem3d/branches/upstream/current/graphics/moc_SyntaxHighLighter.cpp  
 M  +3 -166    freefem3d/branches/upstream/current/language/BoundaryConditionExpression.cpp  
 M  +13 -104   freefem3d/branches/upstream/current/language/BoundaryConditionExpression.hpp  
 A             freefem3d/branches/upstream/current/language/BoundaryConditionExpressionDirichlet.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/BoundaryConditionExpressionDirichlet.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/BoundaryConditionExpressionFourrier.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/BoundaryConditionExpressionFourrier.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/BoundaryConditionExpressionNeumann.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/BoundaryConditionExpressionNeumann.hpp   [License: GPL]
 M  +29 -14    freefem3d/branches/upstream/current/language/BoundaryConditionListExpression.cpp  
 M  +14 -9     freefem3d/branches/upstream/current/language/BoundaryConditionListExpression.hpp  
 M  +1 -139    freefem3d/branches/upstream/current/language/BoundaryExpression.cpp  
 M  +44 -166   freefem3d/branches/upstream/current/language/BoundaryExpression.hpp  
 A             freefem3d/branches/upstream/current/language/BoundaryExpressionList.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/BoundaryExpressionList.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/BoundaryExpressionPOVRay.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/BoundaryExpressionPOVRay.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/BoundaryExpressionReferences.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/BoundaryExpressionReferences.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/BoundaryExpressionSurfaceMesh.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/BoundaryExpressionSurfaceMesh.hpp   [License: GPL]
 M  +7 -117    freefem3d/branches/upstream/current/language/DomainExpression.cpp  
 M  +7 -88     freefem3d/branches/upstream/current/language/DomainExpression.hpp  
 A             freefem3d/branches/upstream/current/language/DomainExpressionAnalytic.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/DomainExpressionAnalytic.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/DomainExpressionSet.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/DomainExpressionSet.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/DomainExpressionUndefined.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/DomainExpressionUndefined.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/DomainExpressionVariable.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/DomainExpressionVariable.hpp   [License: GPL]
 M  +1 -2      freefem3d/branches/upstream/current/language/EmbededFunctions.hpp  
 M  +64 -44    freefem3d/branches/upstream/current/language/FFLexer.cpp  
 M  +6 -1      freefem3d/branches/upstream/current/language/FFLexer.hpp  
 M  +88 -12    freefem3d/branches/upstream/current/language/FieldExpression.hpp  
 D             freefem3d/branches/upstream/current/language/FileDescriptor.hpp  
 M  +37 -915   freefem3d/branches/upstream/current/language/FunctionExpression.cpp  
 M  +78 -1290  freefem3d/branches/upstream/current/language/FunctionExpression.hpp  
 A             freefem3d/branches/upstream/current/language/FunctionExpressionBinaryOperation.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionBinaryOperation.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionCFunction.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionCFunction.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionComposed.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionComposed.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionConstant.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionConstant.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionConvection.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionConvection.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionDerivative.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionDerivative.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionDomainCharacteristic.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionDomainCharacteristic.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionFEM.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionFEM.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionIntegrate.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionIntegrate.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionLinearBasis.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionLinearBasis.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionMeshCharacteristic.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionMeshCharacteristic.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionMeshReferences.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionMeshReferences.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionNormalComponent.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionNormalComponent.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionNot.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionNot.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionObjectCharacteristic.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionObjectCharacteristic.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionRead.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionRead.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionUnaryMinus.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionUnaryMinus.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionValue.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionValue.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionVariable.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/language/FunctionExpressionVariable.hpp   [License: GPL]
 M  +11 -11    freefem3d/branches/upstream/current/language/Information.cpp  
 M  +91 -12    freefem3d/branches/upstream/current/language/Information.hpp  
 M  +4 -4      freefem3d/branches/upstream/current/language/InsideListExpression.cpp  
 M  +82 -97    freefem3d/branches/upstream/current/language/Instruction.cpp  
 M  +23 -23    freefem3d/branches/upstream/current/language/Instruction.hpp  
 M  +26 -72    freefem3d/branches/upstream/current/language/IntegratedOperatorExpression.hpp  
 M  +146 -51   freefem3d/branches/upstream/current/language/Makefile.am  
 M  +218 -57   freefem3d/branches/upstream/current/language/Makefile.in  
 M  +65 -37    freefem3d/branches/upstream/current/language/MeshExpression.cpp  
 M  +4 -2      freefem3d/branches/upstream/current/language/MeshExpression.hpp  
 M  +7 -4      freefem3d/branches/upstream/current/language/MultiLinearExpression.hpp  
 M  +23 -1     freefem3d/branches/upstream/current/language/MultiLinearFormExpression.hpp  
 M  +2 -5      freefem3d/branches/upstream/current/language/PDEEquationExpression.cpp  
 M  +37 -22    freefem3d/branches/upstream/current/language/PDEOperatorExpression.cpp  
 M  +47 -23    freefem3d/branches/upstream/current/language/PDEOperatorExpression.hpp  
 M  +5 -5      freefem3d/branches/upstream/current/language/PDEOperatorSumExpression.cpp  
 M  +7 -2      freefem3d/branches/upstream/current/language/PDEProblemExpression.cpp  
 M  +19 -61    freefem3d/branches/upstream/current/language/PDEProblemExpression.hpp  
 M  +10 -1     freefem3d/branches/upstream/current/language/PDESystemExpression.cpp  
 M  +62 -13    freefem3d/branches/upstream/current/language/PDESystemExpression.hpp   [POSSIBLY UNSAFE: system]
 M  +8 -1      freefem3d/branches/upstream/current/language/ProblemExpression.hpp  
 M  +40 -30    freefem3d/branches/upstream/current/language/RealExpression.cpp  
 M  +93 -7     freefem3d/branches/upstream/current/language/RealExpression.hpp  
 M  +63 -45    freefem3d/branches/upstream/current/language/SolverExpression.cpp  
 M  +2 -2      freefem3d/branches/upstream/current/language/UnknownListExpression.hpp  
 M  +2 -2      freefem3d/branches/upstream/current/language/Variable.cpp  
 M  +4 -4      freefem3d/branches/upstream/current/language/Variable.hpp  
 A             freefem3d/branches/upstream/current/language/VariationalDirichletListExpression.cpp   [License: GPL]
 M  +21 -51    freefem3d/branches/upstream/current/language/VariationalDirichletListExpression.hpp  
 M  +7 -1      freefem3d/branches/upstream/current/language/VariationalFormulaExpression.cpp  
 M  +9 -1      freefem3d/branches/upstream/current/language/VariationalFormulaExpression.hpp  
 M  +1 -16     freefem3d/branches/upstream/current/language/VariationalOperatorExpression.hpp  
 M  +53 -37    freefem3d/branches/upstream/current/language/VariationalProblemExpression.cpp  
 M  +34 -8     freefem3d/branches/upstream/current/language/VariationalProblemExpression.hpp  
 M  +2631 -3134 freefem3d/branches/upstream/current/language/parse.ff.cc  
 M  +4 -30     freefem3d/branches/upstream/current/language/parse.ff.hpp  
 M  +137 -306  freefem3d/branches/upstream/current/language/parse.ff.yy  
 M  +703 -539  freefem3d/branches/upstream/current/language/parse.pov.cc  
 M  +4 -5      freefem3d/branches/upstream/current/language/parse.pov.hpp  
 M  +49 -49    freefem3d/branches/upstream/current/language/parse.pov.yy  
 M  +0 -6      freefem3d/branches/upstream/current/m4/compile.m4  
 M  +7 -6      freefem3d/branches/upstream/current/m4/vtk.m4  
 M  +7 -15     freefem3d/branches/upstream/current/main.cpp  
 A             freefem3d/branches/upstream/current/moc_FFThread.cpp   [License: no copyright]
 M  +10 -4     freefem3d/branches/upstream/current/scripts/Makefile.in  
 A             freefem3d/branches/upstream/current/solver/AnalyticShape.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/AnalyticShape.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/BinaryOperation.hpp   [License: GPL]
 M  +68 -37    freefem3d/branches/upstream/current/solver/BoundaryCondition.hpp  
 M  +12 -12    freefem3d/branches/upstream/current/solver/BoundaryConditionCommonFEMDiscretization.hpp  
 M  +2 -2      freefem3d/branches/upstream/current/solver/BoundaryConditionDiscretizationElimination.hpp  
 M  +4 -3      freefem3d/branches/upstream/current/solver/BoundaryConditionFDMDiscretization.hpp  
 M  +56 -23    freefem3d/branches/upstream/current/solver/BoundaryConditionSet.hpp  
 M  +20 -20    freefem3d/branches/upstream/current/solver/BoundaryConditionSurfaceMeshAssociation.hpp  
 M  +20 -20    freefem3d/branches/upstream/current/solver/BoundaryMeshAssociation.hpp  
 M  +62 -29    freefem3d/branches/upstream/current/solver/BoundaryPOVRay.hpp  
 M  +3 -3      freefem3d/branches/upstream/current/solver/BoundarySurfaceMesh.cpp  
 M  +6 -7      freefem3d/branches/upstream/current/solver/BoundarySurfaceMesh.hpp  
 M  +68 -14    freefem3d/branches/upstream/current/solver/ConformTransformation.cpp  
 M  +88 -14    freefem3d/branches/upstream/current/solver/ConformTransformation.hpp  
 M  +9 -12     freefem3d/branches/upstream/current/solver/ConnectivityBuilder.hpp  
 M  +126 -62   freefem3d/branches/upstream/current/solver/Convection.hpp  
 M  +6 -1      freefem3d/branches/upstream/current/solver/DegreeOfFreedomPositionsSet.cpp  
 M  +228 -12   freefem3d/branches/upstream/current/solver/DegreeOfFreedomSetBuilder.cpp  
 M  +40 -3     freefem3d/branches/upstream/current/solver/DegreeOfFreedomSetBuilder.hpp  
 M  +2 -2      freefem3d/branches/upstream/current/solver/DegreeOfFreedomSetManager.cpp  
 M  +51 -24    freefem3d/branches/upstream/current/solver/Dirichlet.hpp  
 M  +92 -35    freefem3d/branches/upstream/current/solver/Discretization.hpp  
 M  +43 -3     freefem3d/branches/upstream/current/solver/DiscretizationType.hpp  
 M  +114 -29   freefem3d/branches/upstream/current/solver/DiscretizedOperators.hpp   [POSSIBLY UNSAFE: system]
 M  +95 -51    freefem3d/branches/upstream/current/solver/DivMuGrad.hpp  
 M  +26 -0     freefem3d/branches/upstream/current/solver/Domain.cpp  
 M  +9 -23     freefem3d/branches/upstream/current/solver/Domain.hpp  
 M  +6 -6      freefem3d/branches/upstream/current/solver/ElementaryMatrixSet.cpp  
 M  +4 -1      freefem3d/branches/upstream/current/solver/EliminatedFictitiousDomain.cpp  
 M  +3 -2      freefem3d/branches/upstream/current/solver/EliminatedFictitiousDomain.hpp  
 M  +37 -47    freefem3d/branches/upstream/current/solver/FEMDiscretization.hpp  
 M  +150 -148  freefem3d/branches/upstream/current/solver/FEMFunction.hpp  
 A             freefem3d/branches/upstream/current/solver/FEMFunctionBase.hpp   [License: no copyright]
 M  +80 -37    freefem3d/branches/upstream/current/solver/FEMFunctionBuilder.cpp  
 M  +73 -26    freefem3d/branches/upstream/current/solver/FEMFunctionBuilder.hpp  
 M  +2 -2      freefem3d/branches/upstream/current/solver/FacesSet.hpp  
 M  +7 -5      freefem3d/branches/upstream/current/solver/FictitiousDomainMethod.cpp  
 M  +3 -2      freefem3d/branches/upstream/current/solver/FictitiousDomainMethod.hpp  
 A             freefem3d/branches/upstream/current/solver/FileDescriptor.hpp   [License: GPL]
 M  +2 -2      freefem3d/branches/upstream/current/solver/FiniteElementMethod.cpp  
 M  +106 -51   freefem3d/branches/upstream/current/solver/FirstOrderOperator.hpp  
 M  +62 -50    freefem3d/branches/upstream/current/solver/Fourrier.hpp  
 M  +6 -5      freefem3d/branches/upstream/current/solver/GmshFormatReader.cpp  
 M  +9 -15     freefem3d/branches/upstream/current/solver/KrylovSolver.cpp  
 M  +42 -22    freefem3d/branches/upstream/current/solver/KrylovSolver.hpp  
 M  +264 -197  freefem3d/branches/upstream/current/solver/Makefile.am  
 M  +321 -209  freefem3d/branches/upstream/current/solver/Makefile.in  
 M  +67 -54    freefem3d/branches/upstream/current/solver/MassOperator.hpp  
 M  +139 -35   freefem3d/branches/upstream/current/solver/Mesh.hpp  
 M  +9 -9      freefem3d/branches/upstream/current/solver/MeshExtractor.hpp  
 M  +33 -35    freefem3d/branches/upstream/current/solver/MeshOfHexahedra.cpp  
 M  +5 -8      freefem3d/branches/upstream/current/solver/MeshOfHexahedra.hpp  
 M  +5 -5      freefem3d/branches/upstream/current/solver/MeshOfTetrahedra.hpp  
 A             freefem3d/branches/upstream/current/solver/MeshOfTriangles.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/MeshOfTriangles.hpp   [License: GPL]
 M  +2 -1      freefem3d/branches/upstream/current/solver/MeshPeriodizer.hpp  
 M  +20 -6     freefem3d/branches/upstream/current/solver/MeshReader.cpp  
 A             freefem3d/branches/upstream/current/solver/MeshReaderAM_FMTFormat.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/MeshReaderAM_FMTFormat.hpp   [License: GPL]
 M  +2 -2      freefem3d/branches/upstream/current/solver/MeshTetrahedrizor.cpp  
 M  +36 -24    freefem3d/branches/upstream/current/solver/MeshWriter.cpp  
 M  +4 -4      freefem3d/branches/upstream/current/solver/MeshWriter.hpp  
 M  +51 -34    freefem3d/branches/upstream/current/solver/Neumann.hpp  
 D             freefem3d/branches/upstream/current/solver/Normal.cpp  
 D             freefem3d/branches/upstream/current/solver/Normal.hpp  
 M  +3 -3      freefem3d/branches/upstream/current/solver/P1TetrahedronFiniteElement.hpp  
 M  +3 -3      freefem3d/branches/upstream/current/solver/P1Triangle3DFiniteElement.hpp  
 M  +3 -3      freefem3d/branches/upstream/current/solver/P2TetrahedronFiniteElement.hpp  
 M  +3 -3      freefem3d/branches/upstream/current/solver/P2Triangle3DFiniteElement.hpp  
 M  +102 -40   freefem3d/branches/upstream/current/solver/PDE.hpp  
 M  +63 -33    freefem3d/branches/upstream/current/solver/PDECondition.hpp  
 M  +76 -39    freefem3d/branches/upstream/current/solver/PDEOperator.hpp  
 M  +85 -34    freefem3d/branches/upstream/current/solver/PDEOperatorSum.hpp  
 M  +65 -26    freefem3d/branches/upstream/current/solver/PDEProblem.hpp  
 M  +46 -1     freefem3d/branches/upstream/current/solver/PDESolution.cpp  
 M  +14 -46    freefem3d/branches/upstream/current/solver/PDESolution.hpp  
 M  +94 -32    freefem3d/branches/upstream/current/solver/PDESystem.hpp   [POSSIBLY UNSAFE: system]
 M  +3 -2      freefem3d/branches/upstream/current/solver/PenalizedFictitousDomain.hpp  
 M  +20 -19    freefem3d/branches/upstream/current/solver/Problem.hpp  
 M  +3 -3      freefem3d/branches/upstream/current/solver/Q1HexahedronFiniteElement.hpp  
 M  +3 -3      freefem3d/branches/upstream/current/solver/Q1Quadrangle3DFiniteElement.hpp  
 M  +5 -5      freefem3d/branches/upstream/current/solver/Q2HexahedronFiniteElement.cpp  
 M  +3 -3      freefem3d/branches/upstream/current/solver/Q2HexahedronFiniteElement.hpp  
 M  +5 -5      freefem3d/branches/upstream/current/solver/Q2Quadrangle3DFiniteElement.cpp  
 M  +3 -3      freefem3d/branches/upstream/current/solver/Q2Quadrangle3DFiniteElement.hpp  
 M  +10 -10    freefem3d/branches/upstream/current/solver/QuadratureFormula.hpp  
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionAnd.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionBase.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionBuilder.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionBuilder.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionCFunction.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionComposed.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionComposed.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionConstant.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionDerivative.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionDerivative.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionDifference.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionDivision.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionDomainCharacteristic.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionDomainCharacteristic.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionEqual.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionFEM0.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionFEM0.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionGreaterEqual.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionGreaterThan.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionIntegrate.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionIntegrate.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionLinearBasis.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionLowerEqual.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionLowerThan.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionMax.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionMaxComputer.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionMaxComputer.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionMeshCharacteristic.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionMeshCharacteristic.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionMeshElementsReferences.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionMeshElementsReferences.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionMin.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionMinComputer.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionMinComputer.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionNormal.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionNormal.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionNot.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionNotEqual.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionObjectCharacteristic.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionObjectCharacteristic.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionOr.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionPower.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionProduct.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionReaderBase.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionReaderBase.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionReaderBuilder.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionReaderBuilder.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionReaderMedit.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionReaderMedit.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionReaderRaw.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionReaderRaw.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionSum.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionUnaryMinus.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionWriterBase.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionWriterBase.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionWriterMedit.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionWriterMedit.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionWriterRaw.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionWriterRaw.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionWriterVTK.cpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionWriterVTK.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/solver/ScalarFunctionXor.hpp   [License: GPL]
 M  +92 -41    freefem3d/branches/upstream/current/solver/SecondOrderOperator.hpp  
 M  +5 -5      freefem3d/branches/upstream/current/solver/Structured3DMesh.hpp  
 M  +5 -4      freefem3d/branches/upstream/current/solver/SurfaceMesh.hpp  
 M  +11 -11    freefem3d/branches/upstream/current/solver/SurfaceMeshGenerator.cpp  
 M  +37 -3     freefem3d/branches/upstream/current/solver/Triangle.hpp  
 D             freefem3d/branches/upstream/current/solver/UserFunction.cpp  
 D             freefem3d/branches/upstream/current/solver/UserFunction.hpp  
 M  +8 -12     freefem3d/branches/upstream/current/solver/VariationalBilinearBorderOperator.hpp  
 M  +11 -14    freefem3d/branches/upstream/current/solver/VariationalBilinearOperator.hpp  
 M  +11 -22    freefem3d/branches/upstream/current/solver/VariationalBorderOperator.hpp  
 M  +22 -17    freefem3d/branches/upstream/current/solver/VariationalBorderOperatorAlphaUV.hpp  
 M  +11 -13    freefem3d/branches/upstream/current/solver/VariationalBorderOperatorFV.hpp  
 M  +8 -8      freefem3d/branches/upstream/current/solver/VariationalLinearBorderOperator.hpp  
 M  +10 -13    freefem3d/branches/upstream/current/solver/VariationalLinearOperator.hpp  
 M  +3 -6      freefem3d/branches/upstream/current/solver/VariationalOperator.hpp  
 M  +46 -46    freefem3d/branches/upstream/current/solver/VariationalOperatorAlphaDxUDxV.hpp  
 M  +33 -24    freefem3d/branches/upstream/current/solver/VariationalOperatorAlphaUV.hpp  
 M  +23 -23    freefem3d/branches/upstream/current/solver/VariationalOperatorFV.hpp  
 M  +43 -28    freefem3d/branches/upstream/current/solver/VariationalOperatorFdxGV.hpp  
 M  +30 -29    freefem3d/branches/upstream/current/solver/VariationalOperatorFgradGgradV.hpp  
 M  +30 -26    freefem3d/branches/upstream/current/solver/VariationalOperatorMuGradUGradV.hpp  
 M  +44 -37    freefem3d/branches/upstream/current/solver/VariationalOperatorNuDxUV.hpp  
 M  +38 -30    freefem3d/branches/upstream/current/solver/VariationalOperatorNuUdxV.hpp  
 M  +16 -13    freefem3d/branches/upstream/current/solver/VariationalProblem.hpp  
 M  +103 -34   freefem3d/branches/upstream/current/solver/VectorialPDEOperator.hpp  
 M  +42 -5     freefem3d/branches/upstream/current/tests/Makefile.am  
 M  +53 -9     freefem3d/branches/upstream/current/tests/Makefile.in  
 M  +2 -2      freefem3d/branches/upstream/current/tests/environment/Makefile.am  
 M  +11 -5     freefem3d/branches/upstream/current/tests/environment/Makefile.in  
 M  +2 -2      freefem3d/branches/upstream/current/tests/environment/help-option.at  
 M  +4 -1      freefem3d/branches/upstream/current/tests/language.at  
 M  +7 -3      freefem3d/branches/upstream/current/tests/language/Makefile.am  
 M  +17 -6     freefem3d/branches/upstream/current/tests/language/Makefile.in  
 A             freefem3d/branches/upstream/current/tests/language/boundary-bad-use.at  
 A             freefem3d/branches/upstream/current/tests/language/function-algebra.at  
 A             freefem3d/branches/upstream/current/tests/language/real-algebra.at  
 M  +40 -1     freefem3d/branches/upstream/current/tests/numeric.at  
 M  +9 -2      freefem3d/branches/upstream/current/tests/numeric/Makefile.am  
 M  +205 -35   freefem3d/branches/upstream/current/tests/numeric/Makefile.in  
 A             freefem3d/branches/upstream/current/tests/numeric/pde (directory)  
 A             freefem3d/branches/upstream/current/tests/numeric/pde-system (directory)  
 A             freefem3d/branches/upstream/current/tests/numeric/pde-system/Makefile.am  
 A             freefem3d/branches/upstream/current/tests/numeric/pde-system/Makefile.in  
 A             freefem3d/branches/upstream/current/tests/numeric/pde-system/laplacian-order1-cartesian-q1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/pde-system/laplacian-order1-p1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/pde/Makefile.am  
 A             freefem3d/branches/upstream/current/tests/numeric/pde/Makefile.in  
 A             freefem3d/branches/upstream/current/tests/numeric/pde/l2-derivative-projection-cartesian-q1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/pde/l2-derivative-projection-p1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/pde/l2-projection-cartesian-q1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/pde/l2-projection-p1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/pde/laplace-dirichlet-cartesian-q1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/pde/laplace-dirichlet-p1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/utils (directory)  
 A             freefem3d/branches/upstream/current/tests/numeric/utils/Makefile.am  
 A             freefem3d/branches/upstream/current/tests/numeric/utils/Makefile.in  
 A             freefem3d/branches/upstream/current/tests/numeric/utils/function-affectation-cartesian-q1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/utils/function-affectation-p1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/utils/function-integrale-cartesian-q1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/utils/function-reference-elements-cartesian-q1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/utils/function-reference-elements-p1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/utils/function-reference-vertices-cartesian-q1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/utils/function-reference-vertices-p1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/variational (directory)  
 A             freefem3d/branches/upstream/current/tests/numeric/variational-system (directory)  
 A             freefem3d/branches/upstream/current/tests/numeric/variational-system/Makefile.am  
 A             freefem3d/branches/upstream/current/tests/numeric/variational-system/Makefile.in  
 A             freefem3d/branches/upstream/current/tests/numeric/variational-system/laplacian-order1-1-cartesian-q1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/variational-system/laplacian-order1-1-p1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/variational-system/laplacian-order1-2-cartesian-q1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/variational-system/laplacian-order1-2-p1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/variational-system/laplacian-order1-3-cartesian-q1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/variational-system/laplacian-order1-3-p1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/variational/Makefile.am  
 A             freefem3d/branches/upstream/current/tests/numeric/variational/Makefile.in  
 A             freefem3d/branches/upstream/current/tests/numeric/variational/l2-derivative-projection-cartesian-q1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/variational/l2-derivative-projection-p1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/variational/l2-projection-cartesian-q1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/variational/l2-projection-p1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/variational/l2-rhs-f-grad-g-cartesian-q1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/variational/l2-rhs-f-grad-g-p1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/variational/laplace-dirichlet-cartesian-q1.at  
 A             freefem3d/branches/upstream/current/tests/numeric/variational/laplace-dirichlet-p1.at  
 M  +2 -2      freefem3d/branches/upstream/current/tests/package.m4  
 M  +2 -1      freefem3d/branches/upstream/current/tests/testsuite.at  
 A             freefem3d/branches/upstream/current/tests/utils (directory)  
 A             freefem3d/branches/upstream/current/tests/utils.at  
 A             freefem3d/branches/upstream/current/tests/utils/Makefile.am  
 A             freefem3d/branches/upstream/current/tests/utils/Makefile.in  
 A             freefem3d/branches/upstream/current/tests/utils/io-structured-mesh-medit.at  
 A             freefem3d/branches/upstream/current/tests/utils/io-structured-q1-function-medit.at  
 A             freefem3d/branches/upstream/current/tests/utils/io-unstructured-p1-function-medit.at  
 A             freefem3d/branches/upstream/current/tests/utils/io-unstructured-tetra-mesh-medit.at  
 A             freefem3d/branches/upstream/current/utils/BaseName.hpp   [License: GPL]
 M  +56 -65    freefem3d/branches/upstream/current/utils/CommandLineParser.cpp   [POSSIBLY UNSAFE: scanf]
 A             freefem3d/branches/upstream/current/utils/Console.cpp   [License: no copyright]
 A             freefem3d/branches/upstream/current/utils/Console.hpp   [License: no copyright]
 M  +17 -2     freefem3d/branches/upstream/current/utils/ErrorHandler.cpp  
 M  +2 -10     freefem3d/branches/upstream/current/utils/ErrorHandler.hpp  
 M  +12 -2     freefem3d/branches/upstream/current/utils/Makefile.am  
 M  +27 -11    freefem3d/branches/upstream/current/utils/Makefile.in  
 A             freefem3d/branches/upstream/current/utils/OStream.hpp   [License: GPL]
 M  +6 -6      freefem3d/branches/upstream/current/utils/Octree.hpp  
 M  +59 -89    freefem3d/branches/upstream/current/utils/ReferenceCounting.hpp  
 M  +23 -1     freefem3d/branches/upstream/current/utils/RunningOptions.hpp  
 M  +2 -62     freefem3d/branches/upstream/current/utils/StaticCenter.cpp  
 M  +20 -14    freefem3d/branches/upstream/current/utils/StreamCenter.cpp  
 M  +34 -16    freefem3d/branches/upstream/current/utils/StreamCenter.hpp  
 M  +8 -2      freefem3d/branches/upstream/current/utils/Stringify.hpp  
 M  +70 -1     freefem3d/branches/upstream/current/utils/ThreadStaticCenter.cpp  
 A             freefem3d/branches/upstream/current/utils/XMLAttribute.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/utils/XMLTag.hpp   [License: GPL]
 A             freefem3d/branches/upstream/current/utils/XMLWriter.hpp   [License: GPL GENERATED FILE]





More information about the Pkg-scicomp-devel mailing list