ff3d-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ff3d-dev] ChangeLog on 20040204


From: delpino
Subject: [ff3d-dev] ChangeLog on 20040204
Date: Wed, 04 Feb 2004 20:03:23 +0100

2004-02-02 Monday  dobj

        Changed:
                solver/SurfaceMeshGenerator.cpp (1.63), "Exp", lines: +4 -4

        I forgot to delete something
        
2004-02-02 Monday  dobj

        Changed:
                solver/SurfaceMeshGenerator.cpp (1.62), "Exp", lines: +10 -5

        I added an "exit" if the mesh is empty
        
2004-02-01 Sunday  delpinux

        Changed:
                configure.ac (1.7), "Exp", lines: +1 -1

        Gone to 1.0-pre2 version.
        
2004-02-01 Sunday  delpinux

        Changed:
                geometry/TransType.h (1.3), "Exp", lines: +2 -1
                language/FunctionExpression.hpp (1.7), "Exp", lines: +2 -2
                language/POVLexer.cpp (1.3), "Exp", lines: +2 -1
                language/parse.pov.yy (1.6), "Exp", lines: +93 -18

        Added 'inverse' POV-Ray keyword that closes bug #7461.
        
2004-02-01 Sunday  delpinux

        Changed:
                algebra/BaseMatrix.hpp (1.2), "Exp", lines: +3 -3
                algebra/IncompleteCholeskiFactorization.hpp (1.2), "Exp", 
lines: +23 -20
                algebra/SparseMatrix.hpp (1.2), "Exp", lines: +77 -109
                solver/FictitiousDomainMethod.cpp (1.6), "Exp", lines: +3 -5
                solver/FiniteElementMethod.cpp (1.4), "Exp", lines: +3 -5

        Small improvements of SparseMatrix. This fixes bug #7482.
        
2004-02-01 Sunday  delpinux

        Changed:
                algebra/DoubleHashedMatrix.hpp (1.2), "Exp", lines: +66 -61

        Cosmetic code clean-up.
        
2004-02-01 Sunday  delpinux

        Changed:
                configure.ac (1.6), "Exp", lines: +2 -2

        Patched CXXFLAGS CFLAGS.
        
2004-01-30 Friday  delpinux

        Changed:
                solver/Tetrahedron.cpp (1.4), "Exp", lines: +5 -1

        Added tetrahedron orientation verification.
        
2004-01-30 Friday  delpinux

        Changed:
                solver/BoundaryConditionDiscretizationPenalty.hpp (1.6), "Exp", 
lines: +13 -13
                solver/ConformTransformation.cpp (1.6), "Exp", lines: +48 -11
                solver/ConformTransformation.hpp (1.6), "Exp", lines: +25 -18
                solver/FictitiousDomainMethod.cpp (1.5), "Exp", lines: +42 -9
                solver/FictitiousDomainMethod.hpp (1.2), "Exp", lines: +4 -1
                solver/FiniteElementTraits.hpp (1.4), "Exp", lines: +5 -5
                solver/Hexahedron.cpp (1.3), "Exp", lines: +3 -3
                solver/MeshOfHexahedra.cpp (1.7), "Exp", lines: +3 -3
                solver/PenalizedFictitousDomain.cpp (1.8), "Exp", lines: +4 -4

        Improved characteristic function evaluation and made some code clean-up.
        
2004-01-28 Wednesday  delpinux

        Changed:
                README (1.10), "Exp", lines: +7 -4
                doc/freefem3dDoc.tex (1.5), "Exp", lines: +5 -5
                doc/freefem3dDocBody.tex (1.7), "Exp", lines: +47 -48

        Fiew fixes.
        
2004-01-26 Monday  delpinux

        Changed:
                language/parse.ff.yy (1.15), "Exp", lines: +6 -1
                acinclude.m4 (1.4), "Exp", lines: +19 -1
                language/FFLexer.cpp (1.14), "Exp", lines: +2 -1
                language/Instruction.cpp (1.8), "Exp", lines: +41 -1
                language/Instruction.hpp (1.5), "Exp", lines: +28 -1

        Added 'exec' instruction as required but Robert Li.
        
2004-01-25 Sunday  dobj

        Changed:
                solver/SurfaceMeshGenerator.cpp (1.61), "Exp", lines: +284 -257

        just some cleaning
        
2004-01-25 Sunday  delpinux

        Changed:
                language/FunctionExpression.cpp (1.11), "Exp", lines: +7 -2
                language/Instruction.cpp (1.7), "Exp", lines: +6 -6
                language/Instruction.hpp (1.4), "Exp", lines: +69 -1
                language/MeshExpression.cpp (1.14), "Exp", lines: +3 -3
                language/RealExpression.hpp (1.4), "Exp", lines: +157 -1
                language/SceneExpression.cpp (1.4), "Exp", lines: +3 -4
                language/parse.ff.yy (1.14), "Exp", lines: +33 -1
                utils/StreamCenter.cpp (1.2), "Exp", lines: +4 -2

        Fixed stream validity checking and added ++a, --a, a++ and a-- 
operators for double in the language.
        
2004-01-24 Saturday  delpinux

        Changed:
                language/MeshExpression.cpp (1.13), "Exp", lines: +32 -14
                language/MeshExpression.hpp (1.8), "Exp", lines: +4 -1
                language/parse.ff.yy (1.13), "Exp", lines: +2 -5
                solver/MeshExtractor.hpp (1.7), "Exp", lines: +36 -2

        Replugged mesh extractor thanks to the report of Robert Li.
        
2004-01-24 Saturday  delpinux

        Changed:
                algebra/TinyMatrix.hpp (1.10), "Exp", lines: +2 -2
                algebra/Vector.hpp (1.4), "Exp", lines: +3 -3
                language/EmbededFunctions.hpp (1.4), "Exp", lines: +2 -2
                solver/Connectivity.hpp (1.3), "Exp", lines: +4 -4
                solver/DiscretizedOperators.hpp (1.2), "Exp", lines: +5 -5
                utils/Octree.hpp (1.5), "Exp", lines: +6 -39
                utils/ReferenceCounting.hpp (1.4), "Exp", lines: +2 -2

        Fixed obtained thanks to g++-3.5 compilation. Note that compilation 
still fails with this compiler. This may be due to the compiler.
        
2004-01-24 Saturday  delpinux

        Changed:
                language/parse.ff.yy (1.12), "Exp", lines: +2 -2

        Fixed iSet definition thanks to Robert Li remark.
        
2004-01-23 Friday  prudhomm

        Deleted:
                ff3d.1 (1.3)
                ff3d.info (1.4)

        remove automatically generated files
        
2004-01-23 Friday  prudhomm

        Added:
                ff3d-opts.texi (1.1)
        Changed:
                ff3d.1 (1.2), "Exp", lines: +69 -0
                ff3d.info (1.3), "Exp", lines: +9 -28

        add missiung ff3d-opt.texi thx to Steph
        
2004-01-23 Friday  prudhomm

        Deleted:
                checkopt.def (1.2)
        Added:
                checkopt.def.in (1.1)
                config.guess (1.1)
                config.sub (1.1)
        Changed:
                .cvsignore (1.3), "Exp", lines: +0 -2
                Makefile.am (1.5), "Exp", lines: +9 -9
                configure.ac (1.5), "Exp", lines: +5 -1
                depcomp (1.2), "Exp", lines: +185 -117
                ff3d.info (1.2), "Exp", lines: +88 -475
                ff3d.texinfo (1.2), "Exp", lines: +29 -163
                gpl.texinfo (1.2), "Exp", lines: +1 -0
                missing (1.2), "Exp", lines: +62 -9
                algebra/Makefile.am (1.2), "Exp", lines: +1 -2
                doc/freefem3dDoc.tex (1.4), "Exp", lines: +2 -1
                doc/freefem3dDocBody.tex (1.6), "Exp", lines: +10 -9
                geometry/Makefile.am (1.2), "Exp", lines: +2 -3
                graphics/Makefile.am (1.2), "Exp", lines: +1 -2
                language/Makefile.am (1.4), "Exp", lines: +5 -6
                solver/Makefile.am (1.8), "Exp", lines: +1 -2
                utils/Makefile.am (1.2), "Exp", lines: +1 -2

        my patch (non debian specific) to ff3d. mostly toiches Makefile.am 
configure stuff and minor things like autogen related files
        
2004-01-20 Tuesday  delpinux

        Changed:
                language/FunctionExpression.hpp (1.6), "Exp", lines: +5 -3

        Added comma separator for reference lists [reported by Alban Pages].
        
2004-01-20 Tuesday  delpinux

        Changed:
                language/Instruction.cpp (1.6), "Exp", lines: +20 -2

        Added file creation verification.
        
2004-01-20 Tuesday  ArceneL

        Changed:
                Makefile.am (1.4), "Exp", lines: +0 -1
                configure.ac (1.4), "Exp", lines: +0 -1

        The "testsuite" directory is not in sync with the rest of the FF3D tree 
anymore. The test suite contains some reference data files which are too big 
for this CVS repository, and all the files from that directory need to stay 
together for coherency. Therefore, the whole directory will be stored 
separately from now on. Periodically, up-to-date snapshots of the test suite 
will be made available on the FF3D site in the form of compressed archives.

        To make sure that the tests follow the design of FF3D correctly, the 
next developments on the test suite will start when the FF3D doumentation is 
completed. The next testsuite snapshot will follow these developments.

        Regards,

        ArceneL at yahoo dot com
        
2004-01-18 Sunday  delpinux

        Changed:
                language/FFLexer.cpp (1.13), "Exp", lines: +1 -2
                language/FunctionExpression.cpp (1.10), "Exp", lines: +26 -1
                language/FunctionExpression.hpp (1.5), "Exp", lines: +4 -19

        Warning fixes.
        
2004-01-18 Sunday  delpinux

        Changed:
                language/FFLexer.cpp (1.12), "Exp", lines: +2 -1
                language/FunctionExpression.cpp (1.9), "Exp", lines: +114 -38
                language/FunctionExpression.hpp (1.4), "Exp", lines: +190 -68
                language/Makefile.am (1.3), "Exp", lines: +4 -3
                language/parse.ff.yy (1.11), "Exp", lines: +20 -1

        Added reference functions. Function can now be associated to mesh 
references writting:   function f = reference(meshid, r1:f1, r2:f2, ...); where 
r1, r2, ... are integer references and f1, f2, ... are functions.
        
2004-01-18 Sunday  delpinux

        Changed:
                solver/CartesianHexahedron.hpp (1.6), "Exp", lines: +4 -7
                solver/Cell.hpp (1.8), "Exp", lines: +2 -2
                solver/Hexahedron.hpp (1.5), "Exp", lines: +4 -7
                solver/Quadrangle.hpp (1.8), "Exp", lines: +2 -2
                solver/Tetrahedron.hpp (1.6), "Exp", lines: +4 -7
                solver/Triangle.hpp (1.10), "Exp", lines: +2 -2

        Fixed operator= [references may be not copied]
        
2004-01-15 Thursday  delpinux

        Changed:
                language/FileDescriptor.hpp (1.2), "Exp", lines: +5 -1
                utils/Timer.hpp (1.3), "Exp", lines: +15 -1

        Small fixes for MINGWIN32 cross-compiled version. Thanks to Robert Li.
        
2004-01-15 Thursday  delpinux

        Changed:
                doc/freefem3dDocBody.tex (1.5), "Exp", lines: +1 -0

        Added Christophe in project member list.
        
2004-01-15 Thursday  delpinux

        Changed:
                doc/freefem3dDocBody.tex (1.4), "Exp", lines: +1 -1

        Small faix in file format table.
        
2004-01-13 Tuesday  delpinux

        Changed:
                solver/Mesh.hpp (1.9), "Exp", lines: +8 -6

        Big fix in iterator incrementation thanks to the report of Robert Li.
        
2003-12-26 Friday  uid68082

        Deleted:
                solver/BoundaryStructured3DMesh.hpp (1.2)
        Added:
                solver/BoundaryConditionCommonFEMDiscretization.hpp (1.1)
                solver/BoundaryMeshAssociation.hpp (1.1)
                solver/BoundaryReferences.hpp (1.1)
                solver/LagrangianFiniteElement.hpp (1.1)
                solver/P1FiniteElement.cpp (1.1)
                solver/P1FiniteElement.hpp (1.1)
        Changed:
                language/parse.ff.yy (1.10), "Exp", lines: +16 -3
                solver/BaseFEMDiscretization.hpp (1.3), "Exp", lines: +15 -18
                solver/Boundary.hpp (1.2), "Exp", lines: +3 -3
                solver/BoundaryConditionDiscretizationElimination.hpp (1.6), 
"Exp", lines: +126 -141
                solver/BoundaryConditionDiscretizationFEM.hpp (1.3), "Exp", 
lines: +82 -14
                solver/BoundaryConditionDiscretizationPenalty.hpp (1.5), "Exp", 
lines: +49 -47
                solver/BoundaryConditionFDMDiscretization.hpp (1.6), "Exp", 
lines: +31 -652
                solver/BoundaryConditionSurfaceMeshAssociation.hpp (1.3), 
"Exp", lines: +47 -7
                solver/Cell.hpp (1.7), "Exp", lines: +7 -6
                solver/ConformTransformation.cpp (1.5), "Exp", lines: +62 -35
                solver/ConformTransformation.hpp (1.5), "Exp", lines: +144 -18
                solver/ConnectivityBuilder.hpp (1.6), "Exp", lines: +64 -3
                solver/ElementaryMatrixSet.cpp (1.3), "Exp", lines: +116 -109
                solver/EliminatedFictitiousDomain.cpp (1.3), "Exp", lines: +7 -4
                solver/FEMDiscretization.hpp (1.7), "Exp", lines: +95 -102
                solver/FictitiousDomainMethod.cpp (1.4), "Exp", lines: +8 -7
                solver/FiniteElementMethod.cpp (1.3), "Exp", lines: +16 -6
                solver/FiniteElementTraits.hpp (1.3), "Exp", lines: +18 -17
                solver/Hexahedron.cpp (1.2), "Exp", lines: +4 -3
                solver/Hexahedron.hpp (1.4), "Exp", lines: +3 -2
                solver/Makefile.am (1.7), "Exp", lines: +2 -1
                solver/Mesh.hpp (1.8), "Exp", lines: +14 -2
                solver/MeshExtractor.hpp (1.6), "Exp", lines: +18 -23
                solver/MeshOfHexahedra.hpp (1.6), "Exp", lines: +25 -7
                solver/MeshOfTetrahedra.cpp (1.3), "Exp", lines: +71 -62
                solver/MeshOfTetrahedra.hpp (1.4), "Exp", lines: +51 -34
                solver/MeshReader.cpp (1.4), "Exp", lines: +48 -7
                solver/MeshReader.hpp (1.5), "Exp", lines: +14 -1
                solver/MeshSimplifier.cpp (1.6), "Exp", lines: +2 -2
                solver/MeshTetrahedrizor.cpp (1.3), "Exp", lines: +26 -27
                solver/MeshWriter.cpp (1.5), "Exp", lines: +8 -13
                solver/PenalizedFictitousDomain.cpp (1.7), "Exp", lines: +5 -2
                solver/Q1FiniteElement.cpp (1.2), "Exp", lines: +9 -46
                solver/Q1FiniteElement.hpp (1.2), "Exp", lines: +58 -181
                solver/Quadrangle.hpp (1.7), "Exp", lines: +5 -5
                solver/QuadratureFormula.cpp (1.2), "Exp", lines: +35 -5
                solver/QuadratureFormula.hpp (1.2), "Exp", lines: +78 -27
                solver/Structured3DMesh.cpp (1.4), "Exp", lines: +80 -79
                solver/Structured3DMesh.hpp (1.9), "Exp", lines: +13 -14
                solver/SurfaceMesh.hpp (1.4), "Exp", lines: +80 -7
                solver/SurfaceMeshGenerator.cpp (1.60), "Exp", lines: +26 -263
                solver/SurfaceMeshGenerator.hpp (1.6), "Exp", lines: +3 -10
                solver/SurfaceMeshOfQuadrangles.hpp (1.5), "Exp", lines: +26 -10
                solver/SurfaceMeshOfTriangles.hpp (1.7), "Exp", lines: +5 -3
                solver/Tetrahedron.cpp (1.3), "Exp", lines: +4 -4
                solver/Tetrahedron.hpp (1.5), "Exp", lines: +3 -2
                solver/Triangle.hpp (1.9), "Exp", lines: +4 -3
                utils/StaticCenter.cpp (1.2), "Exp", lines: +13 -3
                graphics/VTKDriver.cpp (1.6), "Exp", lines: +98 -2
                language/BoundaryExpression.cpp (1.3), "Exp", lines: +44 -22
                language/BoundaryExpression.hpp (1.3), "Exp", lines: +51 -37
                language/FunctionExpression.cpp (1.8), "Exp", lines: +13 -5
                language/MeshExpression.cpp (1.12), "Exp", lines: +18 -17
                language/RealExpression.cpp (1.7), "Exp", lines: +9 -2

        Changes are quite a lot.  - as usual, fixes - code design and 
flexibility improvements, - doxygenization for some files, and the big one: - 
P1 finite element implementation is over! It seems that Santa is also involved 
in ff3d ;-) I will send a short mail on ff3d-user and ff3d-dev explaining how 
to use it.  Characteristics method is still to implement for that particular 
element and then Navier-Stokes will be possible.
        
2003-12-23 Tuesday  uid68082

        Changed:
                algebra/TinyMatrix.hpp (1.9), "Exp", lines: +4 -7

        Removed useless include.
        
2003-12-23 Tuesday  uid68082

        Changed:
                algebra/MultiGridOptions.hpp (1.2), "Exp", lines: +2 -2
                doc/freefem3dDoc.tex (1.3), "Exp", lines: +3 -3
                doc/freefem3dDocBody.tex (1.3), "Exp", lines: +116 -96
                doc/doc-tests/example1.txt (1.2), "Exp", lines: +5 -5
                scripts/listOptions (1.2), "Exp", lines: +1 -1
                solver/FatBoundaryOptions.hpp (1.2), "Exp", lines: +2 -2

        Mainly typos fix in the documentation.
        
2003-12-03 Wednesday  delpinux

        Changed:
                doc/freefem3dDocBody.tex (1.2), "Exp", lines: +129 -46
                doc/freefem3dDoc.tex (1.2), "Exp", lines: +2 -1

        Some fixes and documentation improvements.
        
2003-12-02 Tuesday  delpinux

        Changed:
                solver/Mesh.hpp (1.7), "Exp", lines: +12 -9

        Fixed Mesh::T_iterator initialization when mesh is empty thanks to 
Joerg R. Weimar report.
        




reply via email to

[Prev in Thread] Current Thread [Next in Thread]