Skip to content
Snippets Groups Projects
  1. Feb 04, 2016
  2. Jan 31, 2016
  3. Jan 30, 2016
  4. Jan 06, 2016
  5. Jan 05, 2016
  6. Feb 22, 2015
  7. Dec 11, 2014
  8. May 07, 2014
  9. May 05, 2014
  10. Apr 07, 2014
  11. Feb 07, 2014
  12. Jun 20, 2013
  13. Jan 01, 2013
  14. Oct 21, 2012
  15. Oct 11, 2012
  16. Jan 21, 2012
  17. Mar 26, 2011
  18. Aug 26, 2010
  19. Jun 30, 2010
  20. Mar 02, 2010
  21. Feb 10, 2010
  22. Jan 11, 2010
  23. Nov 08, 2009
  24. Nov 07, 2009
    • Christophe Geuzaine's avatar
      · be862b91
      Christophe Geuzaine authored
      Propose to automatically create .geo file with a Merge command when
      trying to append a scripting command to a non-geo file. Got the idea 
      after the discussion with Robert Bou. (This is better than scripting
      the Merge command IMHO.)
      
      be862b91
  25. Nov 04, 2009
    • Bruno Seny's avatar
      - make Solver module optional · 236135e5
      Bruno Seny authored
      - invert #define logic (HAVE_MESH, HAVE_POST, HAVE_SOLVER, ... instead of HAVE_NO_MESH,
        HAVE_NO_POST, HAVE_NO_SOLVER)
      236135e5
  26. Aug 17, 2009
    • Christophe Geuzaine's avatar
      · aa7961ad
      Christophe Geuzaine authored
      re-committing work from last two days after server crash:
      
      - refactored old Geo code (new/delete)
      - moved DrawPlugin to Plugin
      - move from matheval to mathex
      - move from Flu_Tree_Browser to Fl_Tree
      - fixed crash in Triangulate plugin
      aa7961ad
  27. 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
  28. Mar 11, 2009
  29. Feb 01, 2009
  30. Jan 31, 2009
  31. Jan 30, 2009
  32. 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
  33. Jan 06, 2009
  34. Jan 04, 2009
  35. 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
  36. Nov 14, 2008
  37. Nov 09, 2008
  38. Nov 06, 2008
Loading