Skip to content
Snippets Groups Projects
  1. Aug 25, 2009
  2. Aug 21, 2009
  3. Aug 19, 2009
  4. 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
  5. Aug 15, 2009
  6. 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
  7. Aug 13, 2009
  8. Jul 16, 2009
  9. Jul 07, 2009
    • Christophe Geuzaine's avatar
      · d768ec1b
      Christophe Geuzaine authored
      SyncModel to force transfer from old GEO db to GModel
      d768ec1b
  10. Jul 01, 2009
  11. Jun 28, 2009
  12. May 30, 2009
  13. May 26, 2009
  14. May 19, 2009
  15. May 06, 2009
  16. Apr 30, 2009
    • Jean-François Remacle's avatar
      · 429dd402
      Jean-François Remacle authored
      added createTopology when Merging a MSH File and implemented discreteEdge
      429dd402
  17. Apr 01, 2009
  18. Mar 26, 2009
  19. Feb 27, 2009
  20. Feb 24, 2009
  21. 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
  22. Feb 05, 2009
  23. Jan 31, 2009
  24. Jan 30, 2009
    • Christophe Geuzaine's avatar
      52884f9b
    • Christophe Geuzaine's avatar
      · 676a4194
      Christophe Geuzaine authored
      moved all string options to std::string
      
      *****************************************************************
      WARNING: this has the potential to break things in subtle ways...
               PLEASE TEST AND REPORT ANY WEIRDNESSES
      *****************************************************************
      676a4194
    • Christophe Geuzaine's avatar
      · 994aa8a2
      Christophe Geuzaine authored
      get string option would NEVER work! Ugly fix until will replace all const char*
      with std::strings in the options
      994aa8a2
  25. Jan 28, 2009
  26. 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
  27. Jan 04, 2009
  28. 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
Loading