Skip to content
Snippets Groups Projects
  1. Nov 03, 2011
  2. Oct 10, 2011
  3. Jun 15, 2011
  4. Jun 09, 2011
    • Jean-François Remacle's avatar
      This is a big commit : do not hesitate to shout if a file is missing ;-) · 75663a49
      Jean-François Remacle authored
      The delquad algo is now much more stable and nice
      
      Two 3D meshers have been added. 
      
      One is an embryo of the 3D delhex mesh which is an extension of delquad.
      
      The other one is MMG, the mobile mesh generator of CECILE DOBRZYNSKI (Bordeaux I) and PASCAL FREY (PARIS VI). We are very happy that this new anisotropic 3D mesher is now available as an open source !!
      
      75663a49
  5. May 27, 2011
  6. May 06, 2011
  7. Apr 05, 2011
  8. Apr 04, 2011
  9. Mar 26, 2011
  10. Jan 06, 2011
  11. Nov 24, 2010
  12. Oct 06, 2010
  13. Aug 23, 2010
  14. Aug 13, 2010
  15. Apr 30, 2010
  16. Apr 25, 2010
  17. Apr 21, 2010
  18. Mar 15, 2010
  19. Mar 04, 2010
  20. Feb 10, 2010
  21. Feb 08, 2010
  22. Nov 09, 2009
  23. 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
  24. Sep 15, 2009
  25. Aug 27, 2009
  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. Aug 12, 2009
  29. Jun 19, 2009
  30. Apr 15, 2009
  31. Feb 05, 2009
  32. Jan 30, 2009
  33. Jan 23, 2009
  34. Jan 21, 2009
  35. Jan 19, 2009
  36. 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
  37. Jan 06, 2009
Loading