Skip to content
Snippets Groups Projects
  1. Apr 20, 2010
  2. Apr 15, 2010
  3. Mar 21, 2010
  4. Mar 11, 2010
  5. Feb 10, 2010
  6. 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
  7. 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
  8. Oct 22, 2009
  9. Oct 09, 2009
  10. Sep 19, 2009
  11. Aug 29, 2009
    • Christophe Geuzaine's avatar
      pp · c7bb8e27
      Christophe Geuzaine authored
      c7bb8e27
    • Christophe Geuzaine's avatar
      · 8c33ad3e
      Christophe Geuzaine authored
      never ever change the immutable vertex numbers: otherwise we cannot use
      our algorithms from outside with prescribed boundary meshes
      
      -> use MVertex::_index instead
      
      (renamed setNum to forceNum to make sure we don't use setNum by mistake)
      8c33ad3e
  12. Aug 28, 2009
  13. Aug 27, 2009
  14. Aug 26, 2009
  15. Aug 25, 2009
  16. 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
  17. Jun 08, 2009
  18. Apr 01, 2009
  19. Mar 19, 2009
  20. Mar 15, 2009
  21. Jan 31, 2009
  22. 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
  23. 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
  24. Jan 07, 2009
  25. Jan 04, 2009
  26. 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
  27. Dec 07, 2008
  28. Dec 01, 2008
  29. Nov 28, 2008
  30. Nov 27, 2008
Loading