Skip to content
Snippets Groups Projects
  1. Aug 06, 2003
    • Christophe Geuzaine's avatar
      · 58c4f36e
      Christophe Geuzaine authored
      Add 'newl' (synonym for 'newc') and fix the docs
      58c4f36e
  2. May 23, 2003
  3. May 22, 2003
    • Christophe Geuzaine's avatar
      · 899b0f54
      Christophe Geuzaine authored
      Speed up variable creation/retrieval by replacing 'List_T *Symbols_L'
      by 'Tree_T *Symbols_T'.
      899b0f54
  4. Apr 19, 2003
  5. Apr 14, 2003
  6. Apr 10, 2003
  7. Mar 28, 2003
    • Christophe Geuzaine's avatar
      · 60352b67
      Christophe Geuzaine authored
      Add -DHAVE_FLTK when we do "make depend"
      60352b67
  8. Mar 21, 2003
    • Christophe Geuzaine's avatar
      · fb423350
      Christophe Geuzaine authored
      Fix whitespace in copyright headers
      fb423350
  9. Mar 19, 2003
  10. Mar 11, 2003
    • Christophe Geuzaine's avatar
      · 97f61e6f
      Christophe Geuzaine authored
      Add Layer on Extrude Point (phase 2 -- remove duplicates)
      97f61e6f
    • Christophe Geuzaine's avatar
      · dc03725f
      Christophe Geuzaine authored
      Added Layer option for Extrude Point
      dc03725f
  11. Mar 07, 2003
    • Christophe Geuzaine's avatar
      · eaa25c83
      Christophe Geuzaine authored
      Don't append the ".geo" extension anymore if the file name is not
      recognized.
      eaa25c83
  12. Mar 02, 2003
  13. Mar 01, 2003
    • Christophe Geuzaine's avatar
      · 486e791b
      Christophe Geuzaine authored
      Indented all source files using utils/gmshindent
      486e791b
  14. Feb 27, 2003
    • Christophe Geuzaine's avatar
      · a44387f8
      Christophe Geuzaine authored
      Use MergeProblem instead of ParseFile in MergeProblemWithBoundingBox
      a44387f8
    • Christophe Geuzaine's avatar
      · 145be605
      Christophe Geuzaine authored
      Slightly change the way we compute the bounding box during OpenFile
      (not MergeFile), so that opening a file containing both a
      geometry/mesh and a view works as expected.
      145be605
  15. Feb 23, 2003
    • Christophe Geuzaine's avatar
      · a2d21ab9
      Christophe Geuzaine authored
      Fix some dependencies + enable GSL (so that more people test it).
      a2d21ab9
  16. 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
  17. Feb 12, 2003
    • Christophe Geuzaine's avatar
      · 1d0408c9
      Christophe Geuzaine authored
      Clean up VERSION_FLAGS and OS_FLAGS (use HAVE_FLTK instead of _FLTK,
      remove _BLACKBOX, etc.)
      1d0408c9
    • Jean-François Remacle's avatar
      · bc387133
      Jean-François Remacle authored
      added ReadImg.* into Graphics
      modified Makefiles (now libfltk_images.a is used)
      This is a beta version of image loading with gmsh
      bc387133
  18. Feb 11, 2003
  19. Jan 25, 2003
  20. Jan 24, 2003
  21. Jan 23, 2003
  22. Nov 05, 2002
  23. Oct 11, 2002
  24. Oct 04, 2002
  25. Sep 24, 2002
  26. Sep 19, 2002
  27. Sep 01, 2002
  28. May 20, 2002
  29. May 18, 2002
Loading