Skip to content
Snippets Groups Projects
  1. Oct 06, 2004
    • Christophe Geuzaine's avatar
      · 09524d22
      Christophe Geuzaine authored
      Correction of bug in List_LQuery (bad size of remaining list to be inspected)
      
      (Mirroring bug fix from Patrick in GetDP)
      09524d22
  2. Jun 16, 2004
    • Christophe Geuzaine's avatar
      · 5fdd421b
      Christophe Geuzaine authored
      Do a default List_Create in List_CreateFromFile instead of returning NULL.
      (This fixes the problems in Plugins that assume that the element lists
      are all ready to be added into.)
      5fdd421b
  3. May 18, 2004
  4. Feb 28, 2004
    • Christophe Geuzaine's avatar
      · 1bea03df
      Christophe Geuzaine authored
      And more airplane work!
      
      - merged STL patch from Nicolas Tardieu. This patch permits to
        create an real elementary surface for each STL face. Until
        we have some code to directly remesh the STL data (which would
        be much nicer and cheaper), this is very useful. We can finally
        use STL representations to create meshable volume models.
        Thanks Nicolas !
      
      - new option to color the mesh by physical entities (if an element
        belongs to multiple physicals, we use the first one)
      
      - additional cleanup of the mesh drawing code
      
      - big cleanup of the geometry creation section in the parser:
      
        * removed horrible Geo/DataBase.cpp
        * fixed all List-related memory leaks (a lot!)
        * added tests to check if we don't try to recreate existing
          entities (this should prevent many weird bugs due to incorrect
          input files)
      
      - fixed LineLoop/EdgeLoop memory leaks
      
      - many small fixes all over the place
      1bea03df
  5. Feb 07, 2004
  6. May 12, 2003
  7. Mar 21, 2003
    • Christophe Geuzaine's avatar
      · fb423350
      Christophe Geuzaine authored
      Fix whitespace in copyright headers
      fb423350
  8. Mar 19, 2003
  9. Mar 18, 2003
  10. Mar 16, 2003
    • Christophe Geuzaine's avatar
      · 5c58788c
      Christophe Geuzaine authored
      Oops, forgot to remove debug printf
      5c58788c
    • Christophe Geuzaine's avatar
      · c1fbb07e
      Christophe Geuzaine authored
      Cleanup Tree_Replace/Tree_Insert + better error detection in Read_Mesh.
      c1fbb07e
  11. Mar 01, 2003
    • Christophe Geuzaine's avatar
      · 486e791b
      Christophe Geuzaine authored
      Indented all source files using utils/gmshindent
      486e791b
  12. Feb 23, 2003
    • Christophe Geuzaine's avatar
      · a2d21ab9
      Christophe Geuzaine authored
      Fix some dependencies + enable GSL (so that more people test it).
      a2d21ab9
  13. Feb 18, 2003
    • Christophe Geuzaine's avatar
      · 9d6e277b
      Christophe Geuzaine authored
      This is a pretty big commit.
      
      - The Numerical Recipes routines have been moved to their own
      subdirectory: NR/
      
      - These routines are now completely optional. Configure will
      determine if they have to be compiled in (if it's a non-free version
      of Gmsh) or if we should use the GSL routines instead.
      
      - The GSL routines are there. Well, sort of. The SVD stuff works
      great, but the minimization routines still need more work. The whole
      infrastructure is there, though: we can already compile a fully GPL
      compliant version of Gmsh by removing the NR subdirectory (or by
      specifying --enable-gsl to configure).
      
      - I also simplified the options passed to the compiler (OPTIM and
      FLAGS).
      
      That's all for today folks...
      9d6e277b
  14. Feb 11, 2003
    • Christophe Geuzaine's avatar
      · 3f0c5cb8
      Christophe Geuzaine authored
      New makefile system based on autoconf. Only tested on Linux right now.
      3f0c5cb8
  15. Feb 10, 2003
  16. Jan 23, 2003
  17. May 20, 2002
  18. May 18, 2002
  19. Feb 13, 2002
    • Laurent Stainier's avatar
      Gmsh now compiles under Mac OS X. The main adaptations, aside a few · 214dac56
      Laurent Stainier authored
      compilation directives (cf. __APPLE__), were to rename the type
      ColorTable to GmshColorTable and the function Palette to Palette1,
      in order to avoid conflicts with Apple's QuickDraw.
      Note that HFS is case-insensitive, which requires to have a fltk lib
      name otherwise than libfltk.a (in the Mac version, the GL part is separate
      anyway, so I've been using libfltk_base.a and libfltk_gl.a).
      214dac56
  20. Nov 05, 2001
  21. Oct 31, 2001
  22. Oct 30, 2001
  23. Aug 20, 2001
  24. Aug 11, 2001
  25. Aug 09, 2001
  26. Aug 07, 2001
  27. Jul 30, 2001
  28. Jul 26, 2001
  29. Jun 07, 2001
  30. May 22, 2001
  31. Apr 08, 2001
Loading