Skip to content
Snippets Groups Projects
  1. Feb 10, 2010
  2. Jan 15, 2010
  3. Jan 06, 2010
  4. Dec 24, 2009
  5. Dec 22, 2009
  6. Dec 15, 2009
  7. Dec 12, 2009
  8. Dec 11, 2009
  9. Dec 10, 2009
  10. Dec 09, 2009
  11. Dec 08, 2009
  12. Dec 03, 2009
  13. Nov 26, 2009
  14. Nov 24, 2009
  15. Nov 09, 2009
  16. Nov 05, 2009
  17. Oct 25, 2009
  18. Oct 22, 2009
  19. Oct 04, 2009
  20. Sep 19, 2009
  21. Aug 22, 2009
  22. Aug 14, 2009
    • Christophe Geuzaine's avatar
      - replaced old Makefiles/configure system with CMake · 4d6f33e4
      Christophe Geuzaine authored
      - moved GUI to FlGui + added experimental QGui to test Qt
      
      - fixed most MSVC and gcc compiler warnings
      
      - converted some remaining tabs to whitespace (that's why the patch is
        so large; please try to remember to indent with 2 spaces and not
        tabs when you commit stuff to CVS)
      
      - merged modified patch from Konstantinos Poulios to allow saving
        physical/partition as element tags in mesh formats that don't
        support them natively
      4d6f33e4
  23. Jun 10, 2009
  24. Apr 15, 2009
  25. Mar 27, 2009
  26. Feb 12, 2009
  27. Feb 08, 2009
  28. Feb 07, 2009
    • Christophe Geuzaine's avatar
      · 172c4f26
      Christophe Geuzaine authored
      Removed GSL dependency. Gmsh now uses blas and lapack for linear algebra
      stuff.
      172c4f26
  29. Jan 08, 2009
    • Christophe Geuzaine's avatar
      ./configure now creates Common/GmshConfig.h, which contains all the · e6055ddb
      Christophe Geuzaine authored
      HAVE_XXX defines.
      
      This fixes three longstanding problems:
      
      - the API was hard to use because some headers had HAVE_XXX ifdefs, so
        that cient codes had to know how the lib was compiled to compile
        themselves
      
      - we had to do make clean after each ./configure, which erased too
        much (e.g. most of contrib)
      
      - make depend could include unwanted stuff since it redefined FLAGS
      e6055ddb
  30. Dec 29, 2008
    • Christophe Geuzaine's avatar
      - (c) update · 0b598844
      Christophe Geuzaine authored
      - fix bb computation to avoid model jumping around when adding points in z=0 plane
      - pass interpol matrices as ref
      0b598844
  31. Dec 28, 2008
  32. Dec 23, 2008
  33. Dec 22, 2008
    • Christophe Geuzaine's avatar
      · 7b03ad3e
      Christophe Geuzaine authored
      More "numeric" work: removed all traces of Numerical Recipes, as the
      NR license is incompatible with our use. Replaced with Lapack for
      LU/SVD. Still need to recode newt & brent.
      7b03ad3e
    • Christophe Geuzaine's avatar
      · e54f9f74
      Christophe Geuzaine authored
      replace touchSubmatrix() & co with copy()
      
      full code now works without GSL (even ho)
      e54f9f74
    • Christophe Geuzaine's avatar
      more work on blas/lapack config · 47938373
      Christophe Geuzaine authored
      47938373
Loading