Skip to content
Snippets Groups Projects
  1. Jan 19, 2008
    • Christophe Geuzaine's avatar
      · a86ef74c
      Christophe Geuzaine authored
      start reducing header pollution (removed Gmsh.h + cleaned up GModel & co)
      a86ef74c
  2. Jan 18, 2008
  3. Sep 04, 2007
  4. Jul 09, 2007
    • Christophe Geuzaine's avatar
      · 7f59946d
      Christophe Geuzaine authored
      prepare for post-pro changes by moving all post-pro stuff in separate directory
      7f59946d
  5. Nov 27, 2006
  6. Nov 14, 2006
  7. Sep 14, 2006
  8. Aug 04, 2006
  9. Jul 25, 2006
  10. Jul 12, 2006
  11. Jul 10, 2006
  12. Feb 26, 2006
    • Christophe Geuzaine's avatar
      · 020d0dd1
      Christophe Geuzaine authored
      moved most OS-dependent functions in OS.cpp
      020d0dd1
  13. Feb 25, 2006
  14. Jan 28, 2006
    • Christophe Geuzaine's avatar
      · f52fb269
      Christophe Geuzaine authored
      Rewrote the background mesh code to use the new post-pro octree instead
      of the old brick stuff. It's 100x faster ;-)
      f52fb269
  15. Jan 06, 2006
    • Christophe Geuzaine's avatar
      airport work: · 1930bbe2
      Christophe Geuzaine authored
      - new button under the graphic window to temporarily disable mouse
        selection (speeds-up redrawing of very large models + permits to
        rotate/zoom-in a model in selection mode even when the whole screen
        is full of selectable entities--e.g. a surface mesh)
      
      - new "lasso" selection mode (to select entities using the same kind
        of lasso as the lasso zoom: just Ctrl+click, then drag the mouse in
        selection mode; the shortcuts are the same as for the lasso zoom)
      
      - it is now possible to unselect entities using the middle mouse button
        (only for the creation of physicals at the moment; not sure if it's
        useful in the other cases)
      
      - new button in visibility browser to invert the current selection
        (very useful e.g. when multiple physical entities are associated
        with a given elementary entity, in order to "peel" away the model
        when adding new physicals; cf. philou)
      
      - changed meaning of Escape shortcut (cancel lasso or toggle mouse
        selection) + restore standard fltk Escape handling for all dialog
        windows
      
      - updated copyright string
      
      - new mesh label mode (coordinates); all label types are now also
        available for mesh vertices
      
      - added option in 'Print Option' dialog to disable printing of help
        strings
      
      - added a comment string with the date when creating a new file
      
      - new snapping grid for adding points in the GUI
      1930bbe2
  16. Dec 19, 2005
  17. Sep 21, 2005
  18. Aug 31, 2005
    • Christophe Geuzaine's avatar
      · 4e249276
      Christophe Geuzaine authored
      First batch of changes so that we can compile the code on windows
      without cygwin. With these changes gmsh compiles and runs cleanly
      without solver/jpeg/png/triangle/netgen/gsl support.
      4e249276
  19. Jul 15, 2005
  20. Jul 12, 2005
  21. Jun 20, 2005
  22. Jun 03, 2005
    • Christophe Geuzaine's avatar
      · 6116efd1
      Christophe Geuzaine authored
      removed unused stuff + handle SURF_DISCRETE in MeshDiscreteSurface
      6116efd1
  23. Jan 01, 2005
  24. Mar 05, 2004
    • Christophe Geuzaine's avatar
      · 72c64250
      Christophe Geuzaine authored
      -D_BIG_ENDIAN conflicts on SunOS -> changed our last -D_XXX definitions to
      -DHAVE_XXX
      72c64250
  25. Feb 07, 2004
  26. Nov 22, 2003
    • Christophe Geuzaine's avatar
      · 6c250768
      Christophe Geuzaine authored
      main() should return zero after a successful run
      6c250768
  27. Mar 21, 2003
    • Christophe Geuzaine's avatar
      · fb423350
      Christophe Geuzaine authored
      Fix whitespace in copyright headers
      fb423350
  28. Mar 19, 2003
  29. Mar 01, 2003
    • Christophe Geuzaine's avatar
      · 486e791b
      Christophe Geuzaine authored
      Indented all source files using utils/gmshindent
      486e791b
  30. 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
  31. Feb 11, 2003
    • Christophe Geuzaine's avatar
      · 3f0c5cb8
      Christophe Geuzaine authored
      New makefile system based on autoconf. Only tested on Linux right now.
      3f0c5cb8
  32. Jan 23, 2003
  33. May 20, 2002
  34. May 18, 2002
Loading